schema-components - v3.7.0
    Preparing search index...

    Interface RadixComponents

    Element types the Radix resolver renders into. Each Select.* slot is passed in separately because Radix exposes those parts as nested properties on the Select namespace; flattening them into the dependency bag lets the resolver pass them straight to JSX without touching Select.Root-style member expressions at render time.

    interface RadixComponents {
        Box: ElementType;
        Checkbox: ElementType;
        Flex: ElementType;
        SelectRoot: ElementType;
        SelectTrigger: ElementType;
        SelectContent: ElementType;
        SelectItem: ElementType;
        Text: ElementType;
        TextField: ElementType;
    }
    Index

    Properties

    Box: ElementType
    Checkbox: ElementType
    Flex: ElementType
    SelectRoot: ElementType
    SelectTrigger: ElementType
    SelectContent: ElementType
    SelectItem: ElementType
    Text: ElementType
    TextField: ElementType