brainerhub-core
v1.2.2
Published
Buttons allow users to take actions, and make choices, with a single tap. ## Installation ``` npm install brainerhub-core --save ``` ## Usage ``` import {Button} from 'brainerhub-core'; ``` ``` <Button name="name" onClick={() => event()} height
Downloads
8
Readme
Basic Button
Buttons allow users to take actions, and make choices, with a single tap.
Installation
npm install brainerhub-core --save
Usage
import {Button} from 'brainerhub-core';
<Button name="name" onClick={() => event()} height="px" width="px" radius="px" />