0.0.7 • Published 8 months ago
@licuido-ui/ui_date-time-picker v0.0.7
DateAndTimePicker
Created a React component, Render Form that reder group of input fields with validations
Author
- @author Hariharan hariharan@crayond.co
Link
Story Book Link DateAndTimePicker
PlayGround
Installation
npm i @licuido-ui/ui_date-time-pickerImport component
import { DateAndTimePicker } from '@licuido-ui/ui_date-time-picker';Usage
<DateAndTimePicker label={'My Label'} type={'date'} />Image

Sample Code
<DateAndTimePicker
id={''}
label={'My Label'}
type={'date'}
labelVariant={'standard'}
value={new Date()}
/>Props
| Name | Description | Default | Control |
|---|---|---|---|
| id | string | string | string |
| label | Label | - | My Label |
| labelVariant | 'standard' or 'floating' | - | standard |
| type | 'heading' or 'input' or 'dateAndTime' or 'date' or 'dropDown' or 'mobileNumberInput' or 'custom' or 'chipSelect' or | - | date |
| value | - | "2023-08-07T08:01:45.461Z" |
0.0.7
8 months ago