https://github.com/druids/rui
UI components based on Reagent and Re-frame
https://github.com/druids/rui
Last synced: over 1 year ago
JSON representation
UI components based on Reagent and Re-frame
- Host: GitHub
- URL: https://github.com/druids/rui
- Owner: druids
- License: mit
- Created: 2018-01-16T15:37:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T10:48:37.000Z (about 6 years ago)
- Last Synced: 2025-01-30T02:14:13.490Z (over 1 year ago)
- Language: Clojure
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
RUI - Reactive UI components
============================
RUI contains simple reusable UI components based on Reagent and Re-frame. For more information about components see
[wiki](https://github.com/druids/rui/wiki). All components use Bootstrap classes, but Bootstrap itself is **NOT**
included (it's up to a host project). Please keep on mind that Re-frame nad Reagent are **NOT** included.
[](https://circleci.com/gh/druids/rui)
[](https://jarkeeper.com/druids/rui)
[](https://opensource.org/licenses/MIT)
Leiningen/Boot
--------------
```clojure
[druids/rui "0.14.0"]
```
Documentation
-------------
* [`rui.alerts` - Bootstrap's alerts](https://github.com/druids/rui/blob/master/src/cljs/rui/alerts/components.cljs)
* [`rui.buttons` - Buttons components](https://github.com/druids/rui/blob/master/src/cljs/rui/buttons/components.cljs)
* [`rui.flash` - Flash components for messages](https://github.com/druids/rui/blob/master/src/cljs/rui/flash/)
* [`rui.icons` - Icons components based on Font Awesome](https://github.com/druids/rui/blob/master/src/cljs/rui/icons/)
* [`rui.forms` - Forms UI components and function for handling their states](https://github.com/druids/rui/blob/master/src/cljs/rui/forms/)
* [`rui.modals` - Bootstrap's modal components and function for handling their states](https://github.com/druids/rui/blob/master/src/cljs/rui/modals/)