npm.io
15.0.45-alpha.0 • Published 1 year ago

@ndla/button

Licence
GPL-3.0
Version
15.0.45-alpha.0
Deps
2
Size
315 kB
Vulns
0
Weekly
0
Stars
11

ndla-button

Button component.

Installation

yarn add --save @ndla/button
npm install @ndla/button --save

Usage

Basic example
import Button from "@ndla/button";

<Button onClick={() => alert("Hello world")}>Click me! </Button>;