BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/react-nepali-datetime-picker-native/bs-calendar

Bikram Sambat Calendar (Native)

react-nepali-datetime-picker-native/bs-calendar
FreeComponent

NativeWind Bikram Sambat calendar for React Native / Expo.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/binodnepali/react-nepali-datetime-picker/main/apps/docs/public/r-native/bs-calendar.json

Source

registry/native/files/components/ui/bs-calendar.tsxraw.githubusercontent.com/binodnepali/react-nepali-datetime-picker/main/apps/docs/public/r-native/bs-calendar.json
1import * as React from "react"
2import { Pressable, View } from "react-native"
3import { ChevronLeft, ChevronRight } from "lucide-react-native"
4
5import { BsDayPicker } from "@/lib/bs-day-picker/bs-day-picker"
6import type { BsDate } from "@/lib/bs-day-picker/types"
7import { cn } from "@/lib/utils"
8import { Icon } from "@/components/ui/icon"
9import { Text } from "@/components/ui/text"
10
11const nativeClassNames = {
12 root: "rounded-lg border border-border bg-background p-3",
13 months: "relative",
14 month: "gap-3",
15 nav: "mb-2 flex-row items-center justify-between",
16 button_previous: "size-8 items-center justify-center rounded-md",
17 button_next: "size-8 items-center justify-center rounded-md",
18 month_caption: "items-center justify-center",
19 dropdowns: "flex-row items-center gap-2",
20 dropdown: "rounded-md border border-input px-2 py-1",
21 caption_label: "text-sm font-medium text-foreground",
22 month_grid: "w-full",
23 weekdays: "flex-row",
24 weekday: "flex-1 items-center py-2",
25 week: "flex-row",
26 day: "flex-1 items-center py-1",
27 day_button:
28 "size-9 items-center justify-center rounded-md border border-transparent",
29 outside: "opacity-50",
30 selected: "",
31 today: "",
32 disabled: "opacity-30",
33 footer: "pt-2",
34}
35
36function BsCalendar({
37 className,
38 ...props
39}: React.ComponentProps<typeof BsDayPicker>) {
40 return (
41 <BsDayPicker
42 className={cn(nativeClassNames.root, className)}
43 classNames={nativeClassNames}
44 components={{
45 Root: ({ className: rootClassName, children }) => (
46 <View className={rootClassName}>{children}</View>
47 ),
48 Chevron: ({ orientation, className: chevronClassName }) => (
49 <Icon
50 as={orientation === "left" ? ChevronLeft : ChevronRight}
51 className={cn("size-4 text-foreground", chevronClassName)}
52 />
53 ),
54 DayButton: ({
55 label,
56 selected,
57 today,
58 outside,
59 disabled,
60 onClick,
61 className: dayClassName,
62 }) => (
63 <Pressable
64 className={cn(
65 dayClassName,
66 selected && "bg-primary",
67 today && "border-border",
68 outside && "opacity-50",
69 disabled && "opacity-30",
70 )}
71 disabled={disabled}
72 onPress={onClick}
73 >
74 <Text
75 className={cn(
76 "text-sm",
77// … truncated

What it pulls in

npm packages

  • clsx
  • tailwind-merge
  • lucide-react-native

Files it writes

  • registry/native/files/components/ui/bs-calendar.tsx
  • registry/native/files/components/ui/bs-calendar.android.tsx
  • registry/native/files/lib/bs-day-picker/bs-day-picker.tsx
  • registry/native/files/lib/bs-day-picker/types.ts
  • registry/native/files/lib/bs-day-picker/constants.ts
  • registry/native/files/lib/bs-day-picker/formatters.ts
  • registry/native/files/lib/bs-day-picker/pattern.ts
  • registry/native/files/lib/bs-day-picker/navigation.ts
  • registry/native/files/lib/bs-day-picker/calendar-grid.ts
  • registry/native/files/lib/bs-day-picker/selection.ts
  • registry/native/files/lib/bs-day-picker/use-bs-calendar.ts
  • registry/native/files/lib/bs-day-picker/index.ts
  • registry/native/files/lib/bs-day-picker/data/bs-calendar.json

Facts

Registry
react-nepali-datetime-picker-native
Type
registry:ui
Access
Free
Files written
13
Licence
NOASSERTION
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

binodnepali.github.io binodnepali/react-nepali-datetime-picker on GitHub Raw registry item This item as JSON

More from react-nepali-datetime-picker-native

All 4 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Bikram Sambat Date Picker (Native)bs-date-pickerreact-nepali-datetime-picker-nativeComponentsFree4 deps · 8 files
Bikram Sambat Date Time Picker (Native)bs-datetime-pickerreact-nepali-datetime-picker-nativeComponentsFree5 deps · 8 files
Bikram Sambat Time Picker (Native)bs-time-pickerreact-nepali-datetime-picker-nativeComponentsFree5 deps · 14 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex