A simple and accessible component for React by numl design
npm install @numl-react/buttonButtons 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.
``sh
yarn add @numl-react/button
npm i @numl-react/button
`
`jsx``
import { Button } from '@numl-react/button';
WIP
WIP
WIP