@crystallized/shadow-effects
v0.6.0
Published
Declarative effects in shadow DOM HTML using Signals.
Downloads
4
Readme
❄️ Crystallized: ShadowEffects
A tiny library for handling declarative effects in shadow DOM HTML using Signals. Part of the Crystallized project.
Installation
npm i @crystallized/shadow-effects @preact/signals-core
or
yarn add @crystallized/shadow-effects @preact/signals-core
Usage
docs coming soon…
Testing
Crystallized uses the Modern Web Test Runner and helpers from Open WC for its test suite.
Run npm run test
to run the test suite, or npm run test:dev
to watch tests and re-run on every change.
Contributing
- Fork it (https://github.com/whitefusionhq/crystallized/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
License
MIT