crow-button

1.0.1 • Public • Published

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

/crow-button/

    Package Sidebar

    Install

    npm i crow-button

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    12.6 kB

    Total Files

    7

    Last publish

    Collaborators

    • ersincakmak