0.3.0 • Published 7 years ago

hyperapp-seti v0.3.0

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

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,
})
0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago