Calendar.Left
Import
import { Calendar } from "@dhua5922/react-native-kit";
Basic Example
Live Editor
function Example() { return ( <> <Calendar.Left /> <Calendar.Left>{"<"}</Calendar.Left> </> ); }
Result
Loading...
Props
note
Include all props from Pressable
| Name | Type | Default | Description |
|---|---|---|---|
onPress | (date: Date) => void | Callback fired when pressing button to go to previous month. |