interface TextButtonSkeletonProps {
    customAttribute?: {
        attribute: string;
        value: string | number;
    };
    iconPosition?: "none" | "start" | "end";
}

Properties

customAttribute?: {
    attribute: string;
    value: string | number;
}

Used for tests. Clickable and requested subcomponents will be suffixed with "-[ComponentName]".

iconPosition?: "none" | "start" | "end"

The position of the icon relative to the label.