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

0.5.4 • 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>

/slithe/

    Package Sidebar

    Install

    npm i slithe

    Weekly Downloads

    0

    Version

    0.5.4

    License

    MIT

    Unpacked Size

    449 kB

    Total Files

    124

    Last publish

    Collaborators

    • cadgerfeast