UI components for web applications
npm install web-ui

Currently there isn't much to see here, this is just a place for me to store
open source work that I do for clients that accepted that I release my code
under a free-software license, (AGPL-3.0).
The component sets and automated tests from this repository will probably
not work out-of-the box because they were just copied from another projects
with different setups and dependencies each.
However, feel free to browse, study and reuse them if you can, it should be
easy to find out what's missing just by reading the code ;)
- [PaginationButton][/nav/PaginationButton]
- [Pagination][/nav/Pagination]
- [DropdownItem][/inputs/DropdownItem]
- [DropdownNotificationItem][/inputs/DropdownNotificationItem]
- [Dropdown][/inputs/Dropdown]
- [AnonymousUserIcon][/icons/AnonymousUserIcon]
- [UserLabel][/users/UserLabel]
- [UserLabelWithIcon][/users/UserLabelWithIcon]
- [UserMenu][/users/UserMenu]
Click on an image to see the source of that component:
![screen shot 2016-04-02 at 6 39 33 pm][/nav/Pagination]
![screen shot 2016-04-04 at 1 20 45 pm][/inputs/Dropdown]
!screen shot 2016-04-03 at 9 49 10 pm
[/nav/Pagination]: https://github.com/fczuardi/web-ui/blob/master/src/crave/src/components/nav/Pagination.js
[/nav/PaginationButton]: https://github.com/fczuardi/web-ui/blob/master/src/crave/src/components/nav/PaginationButton.js
[/inputs/DropdownItem]: https://github.com/fczuardi/web-ui/blob/master/src/crave/src/components/inputs/DropdownItem.js
[/inputs/DropdownNotificationItem]: https://github.com/fczuardi/web-ui/blob/master/src/crave/src/components/inputs/DropdownNotificationItem.js
[/inputs/Dropdown]: https://github.com/fczuardi/web-ui/blob/master/src/crave/src/components/inputs/Dropdown.js
[/icons/AnonymousUserIcon]: https://github.com/fczuardi/web-ui/blob/master/src/crave/src/components/icons/AnonymousUserIcon.js
[/users/UserLabel]: https://github.com/fczuardi/web-ui/blob/master/src/crave/src/components/users/UserLabel.js
[/users/UserLabelWithIcon]: https://github.com/fczuardi/web-ui/blob/master/src/crave/src/components/users/UserLabelWithIcon.js
[/users/UserMenu]: https://github.com/fczuardi/web-ui/blob/master/src/crave/src/components/users/UserMenu.js