Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farhoudshapouran authored Feb 20, 2025
1 parent 63d98d6 commit 265d3e7
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,31 +268,14 @@ export function Calendar() {

## List of Custom Components

| Name | Type | Description |
| ---------- | -------------------------------------------- | ------------------------------------------------------ |
| `Day` | `(day: CalendarDay) => React.ReactNode` | The component containing the day in the days grid. |
| `Month` | `(month: CalendarMonth) => React.ReactNode` | The component containing the month in the months grid. |
| `Year` | `(year: CalendarYear) => React.ReactNode` | The component containing the year in the years grid. |
| `Weekday` | `(weekday: CalendarWeek) => React.ReactNode` | The component containing the weekday in the header. |
| `IconPrev` | `React.ReactNode` | The previous month/year button icon in the header. |
| `IconNext` | `React.ReactNode` | The next month button/year icon in the header. |

## List of Numeral Systems

| Name | Description |
| ---------- | --------------------------------------------- |
| `latn` | Western Latin. |
| `arab` | Standard Arabic. |
| `arabext` | Eastern Arabic-Indic (Persian). |
| `deva` | Devanagari, used in Indian languages. |
| `beng` | Bengali, used in Bengali and Assamese. |
| `guru` | Gurmukhi, used in Punjab, India. |
| `gujr` | Gujarati, used in Gujarat, India. |
| `orya` | Odia, used in Odisha, India. |
| `tamldec` | Tamil, used in Tamil-speaking regions. |
| `telu` | Telugu, used in Andhra Pradesh and Telangana. |
| `knda` | Kannada, used in Karnataka, India. |
| `mlym` | Malayalam, used in Kerala, India. |
| Name | Type | Description |
| ---------- | -------------------------------------- | ------------------------------------------------------ |
| `Day` | `(day: CalendarDay) => ReactNode` | The component containing the day in the days grid. |
| `Month` | `(month: CalendarMonth) => ReactNode` | The component containing the month in the months grid. |
| `Year` | `(year: CalendarYear) => ReactNode` | The component containing the year in the years grid. |
| `Weekday` | `(weekday: CalendarWeek) => ReactNode` | The component containing the weekday in the header. |
| `IconPrev` | `ReactNode` | The previous month/year button icon in the header. |
| `IconNext` | `ReactNode` | The next month button/year icon in the header. |

## Type Definitions

Expand Down Expand Up @@ -353,6 +336,23 @@ type CalendarYear = {
};
```

## List of Numeral Systems

| Name | Description |
| ---------- | --------------------------------------------- |
| `latn` | Western Latin. |
| `arab` | Standard Arabic. |
| `arabext` | Eastern Arabic-Indic (Persian). |
| `deva` | Devanagari, used in Indian languages. |
| `beng` | Bengali, used in Bengali and Assamese. |
| `guru` | Gurmukhi, used in Punjab, India. |
| `gujr` | Gujarati, used in Gujarat, India. |
| `orya` | Odia, used in Odisha, India. |
| `tamldec` | Tamil, used in Tamil-speaking regions. |
| `telu` | Telugu, used in Andhra Pradesh and Telangana. |
| `knda` | Kannada, used in Karnataka, India. |
| `mlym` | Malayalam, used in Kerala, India. |

<p align="center">
<img src="https://user-images.githubusercontent.com/7857656/227187674-93012672-495d-4955-b4d3-46c3d016684e.jpg" alt="react-native-ui-datepicker" />
</p>
Expand Down

0 comments on commit 265d3e7

Please sign in to comment.