0.6.1 • Published 7 months ago

slithe v0.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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.6.1

7 months ago

0.6.0

7 months ago

0.5.4

10 months ago

0.5.3

10 months ago

0.5.0

12 months ago

0.5.2

11 months ago

0.5.1

12 months ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.1.0

2 years ago

0.2.1

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago