An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# cljss-react-jss

[![Clojars Project](https://img.shields.io/clojars/v/fierycod/cljs-react-jss.svg)](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`.