Guaxu Docs
    Preparing search index...

    Interface ChipItemProps

    interface ChipItemProps {
        children: ReactNode;
        iconName:
            | "Moon"
            | "Sun"
            | "World"
            | "Trash"
            | "Check"
            | "X"
            | "Plus"
            | "Home"
            | "Eye"
            | "Menu2"
            | "Bell"
            | "BellAlert"
            | "Calendar"
            | "Star"
            | "ClockHour10"
            | "ZoomQuestion"
            | "Wifi"
            | "HandClick"
            | "InfoCircle"
            | "AlertCircle"
            | "AlertTriangle"
            | "Tool"
            | "Mail"
            | "CircleCheck"
            | "ExternalLink"
            | "Lock"
            | "LockOpen2"
            | "Edit"
            | "AdjustmentsHorizontal"
            | "Search"
            | "DeviceDesktop"
            | "Share"
            | "Refresh"
            | "Login"
            | "Logout"
            | "Download"
            | "Reload"
            | "Copy"
            | "Spinner"
            | "DeviceMobileMessage"
            | "Settings"
            | "History"
            | "Help"
            | "UserSquareRounded"
            | "User"
            | "ExclamationMark"
            | "ChartBar"
            | "Dots"
            | "Flask"
            | "Pin"
            | "ArrowLeft"
            | "ArrowRight"
            | "ChevronDown"
            | "ChevronLeft"
            | "ChevronRight"
            | "ChevronUp"
            | "ChevronsLeft"
            | "ChevronsRight"
            | "CarSolid"
            | "MotorcycleSolid"
            | "TruckSolid"
            | "BicycleSolid"
            | "UsersSolid"
            | "ChildSolid"
            | "UserSolid"
            | "TagsSolid"
            | "TractorSolid"
            | "BusSolid"
            | "ShipSolid"
            | "PawSolid"
            | "CowSolid"
            | "TagSolid"
            | "CreditCardRefund"
            | "FileInvoice"
            | "Transfer"
            | "ZoomMoney"
            | "Map"
            | "Cash"
            | "MapPin"
            | "CreditCard"
            | "Gift"
            | "School"
            | "Palette"
            | "Coin"
            | "FilePlus"
            | "FileCheck"
            | "FilePercent"
            | "FileDollar"
            | "FileX"
            | "FileAlert"
            | "FileBarcode"
            | "FileTime"
            | "FileRefund"
            | "Chip"
            | "FileInfo"
            | "Real"
            | "Percentage"
            | "Bus"
            | "BrandWhatsapp"
            | "BrandWaze"
            | "MessageForward"
            | "Users"
            | "HeartHandshake"
            | "UsersGroup"
            | "Send";
        id: Key;
    }
    Index

    Properties

    Properties

    children: ReactNode
    iconName:
        | "Moon"
        | "Sun"
        | "World"
        | "Trash"
        | "Check"
        | "X"
        | "Plus"
        | "Home"
        | "Eye"
        | "Menu2"
        | "Bell"
        | "BellAlert"
        | "Calendar"
        | "Star"
        | "ClockHour10"
        | "ZoomQuestion"
        | "Wifi"
        | "HandClick"
        | "InfoCircle"
        | "AlertCircle"
        | "AlertTriangle"
        | "Tool"
        | "Mail"
        | "CircleCheck"
        | "ExternalLink"
        | "Lock"
        | "LockOpen2"
        | "Edit"
        | "AdjustmentsHorizontal"
        | "Search"
        | "DeviceDesktop"
        | "Share"
        | "Refresh"
        | "Login"
        | "Logout"
        | "Download"
        | "Reload"
        | "Copy"
        | "Spinner"
        | "DeviceMobileMessage"
        | "Settings"
        | "History"
        | "Help"
        | "UserSquareRounded"
        | "User"
        | "ExclamationMark"
        | "ChartBar"
        | "Dots"
        | "Flask"
        | "Pin"
        | "ArrowLeft"
        | "ArrowRight"
        | "ChevronDown"
        | "ChevronLeft"
        | "ChevronRight"
        | "ChevronUp"
        | "ChevronsLeft"
        | "ChevronsRight"
        | "CarSolid"
        | "MotorcycleSolid"
        | "TruckSolid"
        | "BicycleSolid"
        | "UsersSolid"
        | "ChildSolid"
        | "UserSolid"
        | "TagsSolid"
        | "TractorSolid"
        | "BusSolid"
        | "ShipSolid"
        | "PawSolid"
        | "CowSolid"
        | "TagSolid"
        | "CreditCardRefund"
        | "FileInvoice"
        | "Transfer"
        | "ZoomMoney"
        | "Map"
        | "Cash"
        | "MapPin"
        | "CreditCard"
        | "Gift"
        | "School"
        | "Palette"
        | "Coin"
        | "FilePlus"
        | "FileCheck"
        | "FilePercent"
        | "FileDollar"
        | "FileX"
        | "FileAlert"
        | "FileBarcode"
        | "FileTime"
        | "FileRefund"
        | "Chip"
        | "FileInfo"
        | "Real"
        | "Percentage"
        | "Bus"
        | "BrandWhatsapp"
        | "BrandWaze"
        | "MessageForward"
        | "Users"
        | "HeartHandshake"
        | "UsersGroup"
        | "Send"
    id: Key