slithe
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

Slithe


Slithe Icon

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.

📄 Documentation

Please check out the official documentation to get started using Slithe, visit slithe.cadgerfeast.dev.

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

Package Sidebar

Install

npm i slithe

Weekly Downloads

4

Version

0.4.0

License

MIT

Unpacked Size

462 kB

Total Files

107

Last publish

Collaborators

  • cadgerfeast