1.0.1 • Published 3 years ago

crow-button v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

crow-button

Trial npm package for patika homework

NPM JavaScript Style Guide

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

1.0.1

3 years ago

1.0.0

3 years ago