Various helper functions and other things specifically for use in ClojureScript/Reagent applications.
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2016-06-27 19:00:40 -04:00
src/webtools/reagent add some utility components 2016-06-18 10:05:49 -04:00
.gitignore initial commit 2016-06-16 13:34:47 -04:00
LICENSE initial commit 2016-06-16 13:34:47 -04:00
project.clj bump version for development 2016-06-27 19:00:40 -04:00
README.md version 0.1.1 2016-06-18 10:06:15 -04:00

webtools.reagent

Various helper functions and other things specifically for use in ClojureScript/Reagent applications.

Includes ready to use Reagent component adapter definitions for React components from the following libraries:

Please note that this library is mainly intended for my own personal use and as such some functionality may be overly opinionated.

Leiningen

[gered/webtools.reagent "0.1.1"]

React/Bootstrap Library Components CSS

The React/Bootstrap components provided by the libraries used by webtools.reagent each have their own associated CSS stylesheet which will need to be included in your application if you use these components.

React-Bootstrap

Just the standard Bootstrap CSS stylesheet (plus optional theme):

https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css
https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css

React-Bootstrap-DateTimePicker

https://npmcdn.com/react-bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css

React-Select

https://npmcdn.com/react-select/dist/react-select.min.css

License

Copyright © 2016 Gered King

Distributed under the the MIT License. See LICENSE for more details.