Skip to content

Latest commit

 

History

History

rdom-components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

rdom-components

npm version npm downloads Twitter Follow

This project is part of the @thi.ng/umbrella monorepo.

About

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

Currently, this package provides:

Status

ALPHA - bleeding edge / work-in-progress

Installation

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

Dependencies

Usage examples

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

API

Generated API docs

TODO

Authors

Karsten Schmidt

License

© 2020 Karsten Schmidt // Apache Software License 2.0