Slithe
Snaky web components that moults
Documentation
Full documentation website can be found here.
Installation
npm install slithe --save
Usage
// Import
import { defineElements, setTheme } from 'slithe';
// Theme
import 'slithe/primer/global.css';
import primer from 'slithe/primer';
// Initialization
defineElements();
setTheme('light', primer);
<!-- Use it! -->
<sl-button primary>My Cool Button</sl-button>
License
MIT