This project is part of the @thi.ng/umbrella monorepo.
Collection of unstyled, customizable components for @thi.ng/rdom.
Currently, this package provides:
ALPHA - bleeding edge / work-in-progress
yarn add @thi.ng/rdom-components
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/rdom-components?module" crossorigin></script>
// UMD
<script src="https://unpkg.com/@thi.ng/rdom-components/lib/index.umd.js" crossorigin></script>
Package sizes (gzipped, pre-treeshake): ESM: 956 bytes / CJS: 1.01 KB / UMD: 1.11 KB
- @thi.ng/api
- @thi.ng/associative
- @thi.ng/hiccup-html
- @thi.ng/rdom
- @thi.ng/rstream
- @thi.ng/strings
- @thi.ng/transducers
Several demos in this repo's /examples directory are using this package.
A selection:
Screenshot | Description | Live demo | Source |
---|---|---|---|
Parser grammar livecoding editor/playground & codegen | Demo | Source |
TODO
Karsten Schmidt
© 2020 Karsten Schmidt // Apache Software License 2.0