0.0.7 • Published 8 months ago

@licuido-ui/ui_date-time-picker v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

DateAndTimePicker

Created a React component, Render Form that reder group of input fields with validations

Author

Link

Story Book Link DateAndTimePicker

PlayGround

Try it have a fun codeBox

Installation

npm i @licuido-ui/ui_date-time-picker

Import component

import { DateAndTimePicker } from '@licuido-ui/ui_date-time-picker';

Usage

<DateAndTimePicker label={'My Label'} type={'date'} />

Image

alt text

Sample Code

<DateAndTimePicker 
    id={''} 
    label={'My Label'} 
    type={'date'} 
    labelVariant={'standard'} 
    value={new Date()} 
/>

Props

NameDescriptionDefaultControl
idstringstringstring
labelLabel-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"