Coder Social home page Coder Social logo

react-ui-base's People

Contributors

k2snowman69 avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

rickyp-uber vjocw

react-ui-base's Issues

New component request: Popup

We are considering a popup anything that opens as a menu of something else. Examples are:

Things we see as must be possible:

  1. If you have two buttons, each with their own menu; you shouldn't have to click twice on a button to get the menu to show up (e.g. see how material UI works)
  2. Selection of how you want to position the content
  3. Ability to pass in a parent component or reference it by querySelector. QuerySelector comes in handy when doing teaching scenarios and you just change out the query selection.
  4. Probably want to avoid absolute positioning due to if the component is being mounted in a overflow element. It will likely get cut off.
  5. Like to have - It not gitter as you scroll... not sure this is possible unless we do absolute positioning which contradicts the previous

New component request: Modal/Dialog (Layered component)

Seems the basic concept of popping something over your entire app like a dialog, modal and other things is pretty useful

That said, all these dialogs look very different and we likely wouldn't be focusing on the dialog itself. More just the logic of opening a layer on top of the whole screen and having the content be centered.

Other things to keep in mind with this:

  1. Tabbing - Looks like tabbing through the JQuery UI and the Office UI, they manage to keep the tab focus within the dialogs. Material UI doesn't seem to manage that. This seems like useful functionality.
  2. Animations - Some have the overlay layer fade in, and the Modal content slide down. Others have it animate in all at the same time. Having this be flexible and customizable is key.
  3. Click blocking - In almost all cases here, clicking the background will only dismiss the layer or eat the click. The click doesn't get to the actual app which is good, don't want the user clicking something they didn't mean to.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.