Liking cljdoc? Tell your friends :D

ClojureScript wrapper for emotion

Clojars Project

Documentation and example usage are hosted in devcards here:

https://dvingo.github.io/cljs-emotion/#!/dv.cljs_emotion.devcards

https://dvingo.github.io/cljs-emotion

For info about emotion itself, see:

https://emotion.sh/docs/introduction

To use this library

Include it in your clojure project dependency list (see most recent version on Clojars).

And install emotion:

npm install @emotion/react @emotion/styled

Notes for deploy:

Build a deployable jar of this library:

clojure -M:jar

Install it locally:

clojure -M:install

Deploy it to Clojars -- needs CLOJARS_USERNAME and CLOJARS_PASSWORD environment variables:

clojure -M:deploy

development

make dev

This starts the shadow-cljs server and watch process for the devcards build.

Can you improve this documentation? These fine people already did:
Dan Vingo & Daniel Vingo
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close