@brightsoftware/date-np
Version:
Simple & minimal Nepali date picker that just works.
6 lines (5 loc) • 563 B
JavaScript
import { jsx as t, Fragment as i } from "react/jsx-runtime";
const u = ({ locale: e, lan: n = "en" }) => /* @__PURE__ */ t(i, { children: (e === "en" || n === "en" ? ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"] : e === "ne" && n === "ne" ? ["आइत", "सोम", "मंगल", "बुध", "बृहस्पति", "शुक्र", "शनि"] : []).map((r, m) => /* @__PURE__ */ t("div", { className: "w-full h-full grid place-items-center font-medium text-gray-500 text-sm tracking-wide", children: r }, m)) });
export {
u as RangeWeekRow
};