Components/Buttons & actions/Button
component

Button

src/components/buttons.tsx

Import

import { Button } from "@ossrandom/design-system";

Examples

Variants

↗ Playground

Sizes

↗ Playground

States

↗ Playground

API

extends BaseProps

PropType
variant ButtonVariant
size Size
shape ButtonShape
loading boolean
disabled boolean
block boolean
iconLeft ReactNode
iconRight ReactNode
type "button" | "submit" | "reset"
children ReactNode
onClick (e: MouseEvent<HTMLButtonElement>) => void;