- Preparing search index...
- The search index is not available
@fold-dev/core
- Pill(props): ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: {
as?: "button" | "span";
color?: string;
outline?: boolean;
prefix?: ReactElement<any, string | JSXElementConstructor<any>>;
size?: Size;
solid?: boolean;
subtle?: boolean;
suffix?: ReactElement<any, string | JSXElementConstructor<any>>;
} & Omit<CoreViewProps, "as"> & RefAttributes<unknown>
Returns ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.