derby-entypo
v0.0.14
Published
Entypo pictogram set for derby.js framework
Downloads
10
Maintainers
Readme
derby-entypo
Entypo svg pictorgams for Derby framework
Installation
npm install derby-entypo
Usage
Connect styles
app.use require "derby-entypo"
Connect pictograms (each individually)
app.component require "derby-entypo/entypo/md-icon-air"
app.component require "derby-entypo/social/md-icon-youtube"
Use pictograms within templates:
<view is="md-icon-air" class="block__element" size="60" />
<view is="md-icon-youtube" />
see also:
- Official Components Guide
- Derby 0.6: Introduction to components
- d-barchart
- d-d3-barchart
- d-barchart-vanilla
Copyright information
- Pictorgam design Daniel Bruce
- Component coding Serge Droganov