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

Colors

Variants

Filled

Outlined

Subtle

Ghost

Radius

Sizes

IconOnly


Button Style Slots

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

On this page