1.0.0 • Published 7 years ago

preact-glam v1.0.0

Weekly downloads
15
License
MIT
Repository
github
Last release
7 years ago

preact-glam

A tiny glamorous implementation for preact

Travis David npm npm JavaScript Style Guide MIT License

The current size of preact-glam/dist/preact-glam.umd.min.js is: gzip size

IMPORTANT NOTE ABOUT SIZE: Because preact-glam depends on glamor, you should consider the full size you'll be adding to your application if you don't already have glamor.

Install

This project uses node and npm. Go check them out if you don't have them locally installed.

$ yarn add preact-glam

Then 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 test

MIT License © Alessandro Arnodo