0.1.0 • Published 2 years ago

@pixel/components v0.1.0

Weekly downloads
35
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago