0.1.0 • Published 1 year ago

@pixel/components v0.1.0

Weekly downloads
35
License
MIT
Repository
github
Last release
1 year ago

Pixel Components

Version Downloads License

Pixel Slithe Theme

Documentation

Full documentation website can be found here.

Installation

npm install slithe @pixel/components --save

Usage

// Import
import { defineElements, setTheme } from 'slithe';
// Theme
import '@pixel/components/global.css';
import theme from '@pixel/components';
// Initialization
defineElements();
setTheme('light', theme);
<!-- Use it! -->
<sl-button primary>My Pixelized Button</sl-button>

License

MIT

0.1.0

1 year ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago