0.1.0 • Published 3 years ago
@logo-rn/logo-toast-paper v0.1.0
@logo-rn/logo-toast-paper
is an animated toast message component stays in the screen 5 seconds
Installation
Install the component:
npm i @logo-rn/logo-toast-paper -s
Usage
Once installed, import the component in your application:
import {LogoDateTimePicker} from '@logo-rn/logo-toast-paper';
const [date, setDate] = React.useState(null);
const [time, setTime] = React.useState(null);
<LogoDateTimePicker
placeholder={"Seçiniz"}
setDate={(date: any) => setDate(date)}
date={date}
setTime={setTime}
time={time}
/>
For more detailed information, please visit:
0.1.0
3 years ago