Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 324 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 324 Bytes

material-elements

Some material-ey elements in vanilla js.

Note: This isn't ready for public consumption yet.

usage

npm install --save PieLabs/material-elements 
//will define a custom select-field and select-option custom elements.
require('material-elements/select-field');