@numl-react/button
v0.0.37
Published
A simple and accessible component for React by numl design
Downloads
6
Readme
@numl-react/button
Buttons are used primarily for actions, such as “Add”, “Close”, “Cancel”, or “Save”. Plain buttons, which look similar to links, are used for less important or less commonly used actions, such as “view shipping settings”.
For navigational actions that appear within or directly following a sentence, use the link component.
Installation
yarn add @numl-react/button
# or
npm i @numl-react/button
Import Components
import { Button } from '@numl-react/button';
Component
WIP
Usage
WIP
References
WIP