Skip to main content

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

NameTypeDefaultDescription
onPress(date: Date) => voidCallback fired when pressing button to go to previous month.