Latest v0.1.x
npm versionnpm downloadsGitHub stars

Modern Nepali BS calendar components for React.

Build polished Bikram Sambat calendar and date picker experiences with a clean React API, TypeScript support, and documentation designed for real teams.

Interactive Demo

Baisakh 2076
Sun
Mon
Tue
Wed
Thu
Fri
Sat

Everything you need for Nepali date UX

Designed for dashboards, admin systems, forms, and public-facing products.

Bikram Sambat Support

Build experiences around Nepali BS dates with calendar-first UX.

React Friendly

Composable React components that fit into modern application architecture.

TypeScript Support

Typed APIs help teams integrate confidently and refactor safely.

Customizable

Style with your design system while keeping calendar behavior consistent.

Lightweight

Focused package surface for calendar and date picker use cases.

Modern API

Clear props, event handlers, and examples for production apps.

Installation

npm install nepali-bs-calendar-react

yarn add nepali-bs-calendar-react

pnpm add nepali-bs-calendar-react

Quick Start

import { Calendar } from 'nepali-bs-calendar-react'

export default function App() {
  return <Calendar onChange={(date) => console.log(date)} />
}