Skip to content

Latest commit

 

History

History

rdom-components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@thi.ng/rdom-components

npm version npm downloads Mastodon Follow

This project is part of the @thi.ng/umbrella monorepo and anti-framework.

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.30 KB

Dependencies

Usage examples

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

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
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

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 - 2023 Karsten Schmidt // Apache License 2.0