This is the latest docs update, but there are missing components and blocks. If you wish to see the complete version, you can check it out at old docs.

Components

A flexible and customizable button component for various actions.

Installation

NPM packages are currently unstable and may cause issues. Use it at your own risk.
npm install @mijn-ui/react-button

Usage

import { Button } from "@mijn-ui/react-button"
<Button variant="outlined">Button</Button>

Example

Variants

Sizes

IconOnly


Button Style Slots

Slot NameTargeted ComponentPurpose
baseButtonStyles the button component.
iconButtonStyles the icon inside the button.

On this page