0.3.0 • Published 7 years ago
hyperapp-seti v0.3.0
hyperapp seti icons
the amazing Seti UI SVG icons as hyperapp components
https://github.com/jesseweed/seti-ui
+typescript typings
install
npm install hyperapp-seti
use
const { Typescript } = require('hyperapp-seti')
module.exports = () => h('div', [
,h(Typescript)
,h('p', 'main.ts')
])
configure
const { Typescript } = require('hyperapp-seti')
module.exports = () => ,h(Typescript, {
style: { fontSize: '1.8rem' }
}, {
strokeWidth: 2,
})