Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thheller/shadow
collection of useful CLJS code
https://github.com/thheller/shadow
cljs clojure clojurescript css-in-cljs css-in-js
Last synced: 9 days ago
JSON representation
collection of useful CLJS code
- Host: GitHub
- URL: https://github.com/thheller/shadow
- Owner: thheller
- Created: 2013-02-22T10:17:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T09:21:32.000Z (over 1 year ago)
- Last Synced: 2025-01-15T08:23:46.381Z (17 days ago)
- Topics: cljs, clojure, clojurescript, css-in-cljs, css-in-js
- Language: Clojure
- Homepage:
- Size: 456 KB
- Stars: 51
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shadow
Some useful CLJS things. Stuff I collected over the past few years and use in a couple projects. Didn't want to create a library for each one so they ended up here.
## Current version
```clojure
[thheller/shadow-client "1.1.0"]
```## Useful and Current
- [shadow.markup](https://github.com/thheller/shadow/wiki/shadow.markup)
- shadow.dom (working directly on the DOM)
- shadow.api (running code from HTML)
- shadow.xhr### Experimental (React related, extremely ALPHA)
- shadow.react.*### Probably going away
- shadow.animate
### Deprecated and old: Do Not Use.
- shadow.object
- shadow.ui.*
- shadow.legacy.*
- shadow.keyboard## License
Copyright © 2017 Thomas Heller
Distributed under the Eclipse Public License, the same as Clojure.