Getting Started
Installation
Add Tarikh to your project.
Install Tarikh
npm install @coreify/tarikhWhat Happens Next
After install, you can use the main package for date formatting and the React entry point when you want semantic <time> output.
import { format, toBanglaCalendar } from "@coreify/tarikh";
import { Tarikh } from "@coreify/tarikh/react";In Practice
- No extra setup is needed
- Server rendering works out of the box
- You only need the React entry point if you want React components