@zonic/zonic-ui
v2.0.34
Published
>
Downloads
9
Keywords
Readme
zonic-ui
Install
npm install --save somosf1-ui
Usage
import * as React from 'react'
import { Button } from 'somosf1-ui'
class Example extends React.Component {
render () {
return (
<Button icon="arrow" text="Continuar" type="primary" />
)
}
}
License
MIT © cristianv975