yarcl
    Preparing search index...

    Interface ComponentTokenProps

    Token props each component accepts in components. A component's defaults can only set props it actually has.

    interface ComponentTokenProps {
        Alert: "color" | "radius" | "variant";
        Badge: "color" | "size" | "radius" | "variant";
        Button: "color" | "size" | "radius" | "variant";
        Card: "radius" | "padding" | "shadow";
        Checkbox: "color" | "size";
        Combobox: "color" | "size" | "radius";
        Dialog: "size" | "radius";
        Drawer: "size";
        HoverCard: "radius" | "padding";
        IconButton: "color" | "size" | "radius" | "variant";
        Inline: "gap";
        Input: "color" | "size" | "radius";
        Label: "color" | "textStyle";
        Link: "color";
        Menu: "size";
        Popover: "radius" | "padding";
        Radio: "color" | "size";
        Select: "color" | "size" | "radius";
        Skeleton: "size" | "radius";
        Spinner: "color" | "size";
        Stack: "gap";
        Switch: "color" | "size";
        Table: "density";
        Tabs: "color" | "size";
        Text: "color" | "textStyle";
        Textarea: "color" | "size" | "radius";
        Toast: "color";
        ToggleGroup: "color" | "size" | "radius" | "variant" | "selectedVariant";
    }
    Index
    Alert: "color" | "radius" | "variant"
    Badge: "color" | "size" | "radius" | "variant"
    Button: "color" | "size" | "radius" | "variant"
    Card: "radius" | "padding" | "shadow"
    Checkbox: "color" | "size"
    Combobox: "color" | "size" | "radius"
    Dialog: "size" | "radius"
    Drawer: "size"
    HoverCard: "radius" | "padding"
    IconButton: "color" | "size" | "radius" | "variant"
    Inline: "gap"
    Input: "color" | "size" | "radius"
    Label: "color" | "textStyle"
    Link: "color"
    Menu: "size"
    Popover: "radius" | "padding"
    Radio: "color" | "size"
    Select: "color" | "size" | "radius"
    Skeleton: "size" | "radius"
    Spinner: "color" | "size"
    Stack: "gap"
    Switch: "color" | "size"
    Table: "density"
    Tabs: "color" | "size"
    Text: "color" | "textStyle"
    Textarea: "color" | "size" | "radius"
    Toast: "color"
    ToggleGroup: "color" | "size" | "radius" | "variant" | "selectedVariant"