0.1.0 • Published 2 years ago

@logo-rn/logo-date-picker v0.1.0

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 years ago

@logo-rn/logo-date-picker

allows user to select the date from Calender.

npm version

Installation

Install the component:

npm i @logo-rn/logo-date-picker -s

Usage

Once installed, import the component in your application:

import {LogoDatePicker} from '@logo-rn/logo-date-picker';
   const [value, setValue] = React.useState(new Date());
     <LogoDatePicker 
          date={value} 
          setDate={(value: any) => setValue(value)} />

For more detailed information, please visit:

Logo Elements Documentation ↗