1.0.0 • Published 9 years ago
preact-glam v1.0.0
preact-glam
A tiny glamorous implementation for preact
The current size of preact-glam/dist/preact-glam.umd.min.js is:
IMPORTANT NOTE ABOUT SIZE: Because
preact-glamdepends onglamor, you should consider the full size you'll be adding to your application if you don't already haveglamor.
Install
This project uses node and npm. Go check them out if you don't have them locally installed.
$ yarn add preact-glamThen with a module bundler like rollup or webpack, use as you would anything else:
// using ES6 modules
import glam from 'preact-glam'
// using CommonJS modules
var glam = require('preact-glam')The UMD build is also available on unpkg:
<script src="https://unpkg.com/preact-glam/dist/preact-glam.umd.js"></script>You can find the library on window.preactGlam.
Usage
Please refer to glamorous-tiny.
It should support all the features supported by glamorous-tiny.
Tests
$ yarn run test1.0.0
9 years ago