0.1.0 • Published 3 years ago

@logo-rn/logo-toast-paper v0.1.0

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

@logo-rn/logo-toast-paper

is an animated toast message component stays in the screen 5 seconds

npm version

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:

Logo Elements Documentation ↗