crow-button
v1.0.1
Published
Trial npm package for patika homework
Downloads
9
Readme
crow-button
Trial npm package for patika homework
Install
npm install --save crow-button
Usage
import React, { Component } from 'react'
import { Button } from 'crow-button'
const Example = () => {
// type can be primary, text, link, dashed and can be undefined
return <Button type='primary'>My Button</Button>
}
License
MIT © ersincakmak