Slithe - Snaky web components that moults
Slithe is a web-component library that helps you generating your applications.
It has been built to be as flexible as possible, so you can customize components at will.
Please check out the official documentation to get started using Slithe, visit slithe.cadgerfeast.dev.
npm install slithe --save
// 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>