somosf1-ui
v1.0.3
Published
>
Downloads
5
Readme
somosf1-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