Button

Buttons are used to trigger actions such as submitting forms or opening dialogs.

Usage


import { Button } from "youruikit";

<Button>Click me</Button>
    

Props

Prop Type Description
children ReactNode Button content
disabled boolean Disable the button
className string Custom styles