Important
Please participate in the survey here!
(open until end of February)
To achieve a better sample size, I'd highly appreciate if you could circulate the link to this survey in your own networks.
Note
This is one of 189 standalone projects, maintained as part of the @thi.ng/umbrella monorepo and anti-framework.
🚀 Help me to work full-time on these projects by sponsoring me on GitHub. Thank you! ❤️
Collection of unstyled, customizable components for @thi.ng/rdom.
Currently, this package provides:
ALPHA - bleeding edge / work-in-progress
Search or submit any issues for this package
- @thi.ng/rdom-canvas - @thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing
yarn add @thi.ng/rdom-components
ES module import:
<script type="module" src="https://cdn.skypack.dev/@thi.ng/rdom-components"></script>
For Node.js REPL:
const rdomComponents = await import("@thi.ng/rdom-components");
Package sizes (brotli'd, pre-treeshake): ESM: 1.30 KB
- @thi.ng/api
- @thi.ng/associative
- @thi.ng/hiccup-html
- @thi.ng/rdom
- @thi.ng/rstream
- @thi.ng/strings
- @thi.ng/transducers
Several projects in this repo's /examples directory are using this package:
Screenshot | Description | Live demo | Source |
---|---|---|---|
![]() |
Probabilistic color theme generator | Demo | Source |
![]() |
Parser grammar livecoding editor/playground & codegen | Demo | Source |
![]() |
Procedural stochastic text generation via custom DSL, parse grammar & AST transformation | Demo | Source |
![]() |
Multi-layer vectorization & dithering of bitmap images | Demo | Source |
![]() |
rdom & WebGL-based image channel editor | Demo | Source |
TODO
If this project contributes to an academic publication, please cite it as:
@misc{thing-rdom-components,
title = "@thi.ng/rdom-components",
author = "Karsten Schmidt",
note = "https://thi.ng/rdom-components",
year = 2020
}
© 2020 - 2024 Karsten Schmidt // Apache License 2.0