@thi.ng/rdom-components

@thi.ng/rdom-components

npm versionnpm downloads Mastodon Follow

[!NOTE] This is one of 190 standalone projects, maintained as part of the @thi.ng/umbrella monorepo and anti-framework.

🚀 Please help me to work full-time on these projects by sponsoring me on GitHub. Thank you! ❤️

About

Collection of unstyled, customizable components for @thi.ng/rdom.

Currently, this package provides:

Status

ALPHA - bleeding edge / work-in-progress

Search or submit any issues for this package

Related packages

Installation

yarn add @thi.ng/rdom-components

ES module import:

<script type="module" src="https://cdn.skypack.dev/@thi.ng/rdom-components"></script>

Skypack documentation

For Node.js REPL:

const rdomComponents = await import("@thi.ng/rdom-components");

Package sizes (brotli'd, pre-treeshake): ESM: 1.29 KB

Dependencies

Usage examples

Several projects in this repo's /examples directory are using this package:

ScreenshotDescriptionLive demoSource
Probabilistic color theme generatorDemoSource
Parser grammar livecoding editor/playground & codegenDemoSource
Procedural stochastic text generation via custom DSL, parse grammar & AST transformationDemoSource
Multi-layer vectorization & dithering of bitmap imagesDemoSource
rdom & WebGL-based image channel editorDemoSource

API

Generated API docs

TODO

Authors

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
}

License

© 2020 - 2024 Karsten Schmidt // Apache License 2.0

Generated using TypeDoc