Docs
Find the fastest path to Tarikh installation, formatting, utilities, and reference pages.
Find the exact Tarikh page you need
Use this hub when you want the shortest route to installation, a formatter, a helper, or the React entry point.
Start Here
| Need | Go to |
|---|---|
| Install the package | Getting Started |
| Pick a date style | Formatting |
| Parse or normalize input | Utilities |
| Reach React components and types | Reference |
Common Tasks
| Task | Path | What you get |
|---|---|---|
| Add the package | Installation | npm install @coreify/tarikh |
| Show your first date | Quick Start | A working format() example |
| Choose a date style | Formatting | Standard, Bangla, Hijri, hybrid, or pattern formatting |
| Parse or normalize input | Parsing | Turn strings into Date objects |
| Use React time elements | React Components | Semantic <time> output |
| Read the type surface | TypeScript | FormatOptions, TarikhProps, and calendar types |
Fastest Flow
- Start with Getting Started
- Move to Formatting or Utilities depending on the output you need
- Open Reference when you need React components, types, or examples