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
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:
# with flag only for < v16
node --experimental-repl-await
> const rdomComponents = await import("@thi.ng/rdom-components");
Package sizes (gzipped, pre-treeshake): ESM: 1.36 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 |
---|---|---|---|
Large ASCII font text generator using @thi.ng/rdom | Demo | Source | |
Probabilistic color theme generator | Demo | Source | |
Color palette generation via dominant color extraction from uploaded images | Demo | Source | |
Parser grammar livecoding editor/playground & codegen | Demo | Source |
TODO
Karsten Schmidt
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 - 2022 Karsten Schmidt // Apache Software License 2.0