@mst-ui/core
v0.0.2
Published
Web Components core built with Lit
Readme
@mst-ui/core
Framework-agnostic Web Components built with Lit.
Install
npm i @mst-ui/coreUsage (Vanilla / HTML)
<script type="module">
import { defineAll } from '@mst-ui/core';
defineAll();
</script>
<mst-button variant="primary">Hello</mst-button>Or register a single component:
import '@mst-ui/core/components/mst-button';Components
<mst-button>— primary / default / danger<mst-tree>— a minimal model-structure tree (set.datavia DOM property)
