@lunalytics/ui
Version:
React based component library created to be used in Lunalytics
6 lines (5 loc) • 408 B
TypeScript
export type GlobalColors = 'blue' | 'cyan' | 'gray' | 'green' | 'orange' | 'pink' | 'primary' | 'purple' | 'red' | 'yellow';
export type GlobalVariants = 'solid' | 'border' | 'light' | 'flat' | 'shadow';
export type GlobalSizes = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
export type GlobalPositions = 'top' | 'right' | 'bottom' | 'left';
export type GlobalStatus = 'info' | 'success' | 'warning' | 'error';