0.7.4 • Published 5 years ago

@kata-kit/button v0.7.4

Weekly downloads
16
License
Apache-2.0
Repository
github
Last release
5 years ago

@wicara/button

Button component for Wicara.

Install

# yarn
yarn add @kata-kit/button
# npm
npm install @kata-kit/button

Usage

To use this component within your React app, import as follows:

import { Button } from '@kata-kit/button';

const Component = () => <Button>Push Me</Button>;