nova-react-button
v1.0.1
Published
Button UI for react.js
Downloads
1
Readme
nova-react-button
Button types for React.js
Install
npm install --save nova-react-button
Usage
import React, { Component } from 'react'
import NovaReactButton from 'nova-react-button'
import 'nova-react-button/dist/index.css'
class Example extends Component {
render() {
return <NovaReactButton type={'primary'} text= {'my button'} />
}
}
types
- primary
- default
- dashed
- link
- text
License
MIT © tubapolat