https://github.com/fierycod/cljs-react-jss
Tiny wrapper around react-jss for Clojurescript Node.js/Browser environments.
https://github.com/fierycod/cljs-react-jss
cljs css-in-cljs css-in-js isomorphic jss react react-jss stylesheet
Last synced: 7 months ago
JSON representation
Tiny wrapper around react-jss for Clojurescript Node.js/Browser environments.
- Host: GitHub
- URL: https://github.com/fierycod/cljs-react-jss
- Owner: FieryCod
- License: mit
- Created: 2020-07-16T19:34:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T11:51:57.000Z (about 5 years ago)
- Last Synced: 2025-01-10T21:09:05.626Z (9 months ago)
- Topics: cljs, css-in-cljs, css-in-js, isomorphic, jss, react, react-jss, stylesheet
- Language: Clojure
- Homepage:
- Size: 618 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cljss-react-jss
[](https://clojars.org/fierycod/cljs-react-jss)
Tiny wrapper around react-jss for Clojurescript Node.js/Browser environments. Supports rum & react out of the box with minimal HOC API.
## Setup
Add artifact `["fierycod/cljs-react-jss" "0.0.1"]` to `project.clj`.
### shadow-cljs
Install css-cljs on your own, by simply typing: `yarn add css-cljs`
### standard clojurescript tooling
Add `[cljsjs/react-jss "10.3.0-0"]` to `project.clj`.