orion-ui
orion-ui copied to clipboard
UI Components that work seamlessly in multiple UI frameworks
``` As a developer I want to add spacers to my application So that my users will see consistent spacing throughout my app ``` ### Typical usages #### Stack w/...
``` As a developer I want to add modals to my application So that my users can focus on an important detail ``` ### Typical usage ```jsx Serious warning Are...
``` As a developer I want to add password fields to my application So that my users can safely enter a password ``` ### Typical usage ```jsx ``` ### Complete...
Initial work on FilterableSideNav.
``` As a developer I want to use a FilterableSideNav which provides an easy to use SideNav component So that I don't have to write a bunch of filtering state...
``` As a developer I want to add text areas to my application So that my users can submit information to the application ``` ### Typical usage ```jsx ``` ###...
``` As a developer I want to consume React Components which strictly adhere to the hig.web APIs So that I can wrap them in stateful components later ``` - [x]...
``` As a developer I want to add range fields to my application So that my users can submit information to the application ``` ### Typical usage ```jsx ``` ###...
Use the tabs that Cameron refactored instead of current tabs
``` As a developer I don't want to manage the open/close state of the sidenav So that I can consume the GlobalNav easier ``` ## Typical Usage ``` // standard...