Button Component

This is the documentation for the Button component.

Basic Usage

To use the Button component, simply import it into your project and use it in your code:

button.jsx
<Button>Click me</Button>

Button with onClick

External Component