UI components for zerdalab projects
npm install @zerda_lab/zedralab-ui-kit- id: string;
- handleSelect: method;
- theme: "light" | "dark";
- placeholder?: string;
- title: string;
- options: Array
- devalultValues?: Array
- errorText?: string;
- showCleanButton?: boolean;
- id: string;
- type?: "outlined" | "filled";
- theme: "light" | "dark";
- label?: string;
- disabled? boolean;
- handleClick: method;
- id: string;
- type?: "primary" | "secondary" | "tertiary" | "quaternary";
- status: "phase out" | "concept" | "obsolete" | "standart" | "tender ready";
- label?: string;
- theme?: "light" | "dark";
- size?: "standart" | "min";
- id: string;
- handleClick: method;
- disabled?: boolean;
- theme?: "light" | "dark";
- id: string;
- handleClick: method;
- disabled?: boolean;
- theme?: "light" | "dark";
- id: string;
- handleClick: method;
- disabled?: boolean;
- theme?: "light" | "dark";
- id: string;
- handleClick: method;
- disabled?: boolean;
- theme?: "light" | "dark";
- id: string;
- handleClick: method;
- isActive: boolean;
- theme?: "light" | "dark";
- id: string;
- handleClick: method;
- theme?: "light" | "dark";
- id: string;
- handleSelect: method;
- theme?: "light" | "dark";
- placeholder?: string;
- options: Array<{ label: string; value: string }>;
- devalultValues?:Array
- errorText?: string;
- id: string;
- handleChange: method;
- theme?: "light" | "dark";
- placeholder?: string;
- title: string;
- devalultValue?: string;
- errorText?: string;
- showCleanButton?: boolean;