0.4.0 • Published 2 months ago

slithe v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Slithe

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>
0.4.0

2 months ago

0.3.1

4 months ago

0.3.0

4 months ago

0.2.12

5 months ago

0.2.11

10 months ago

0.2.10

12 months ago

0.1.0

1 year ago

0.2.1

1 year ago

0.1.2

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago