1.0.1 • Published 6 years ago

yy-drawer v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

yy-drawer

A vanilla-javascript drawer UI component

rationale

I needed a clean drawer for one of my projects.

Live Example

https://davidfig.github.io/drawer/

API Documentation

https://davidfig.github.io/drawer/jsdoc/

Installation

npm i yy-drawer

Simple Example

var Drawer = require('yy-drawer');

new Drawer({
        size: 100,
        styles: {
            background: 'rgb(150,100,100)',
            color: 'white',
        },
        full: true,
        open: true,
        content: 'this is the contents of the drawer',
        contentStyles: {
            padding: '0.5em'
        }    
});

license

MIT License
(c) 2018 YOPEY YOPEY LLC by David Figatner

1.0.1

6 years ago

1.0.0

6 years ago

0.12.0

6 years ago

0.11.1

6 years ago

0.11.0

6 years ago

0.10.1

6 years ago

0.10.0

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago