mui-nepali-datepicker-reactjs
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

Nepali Datepicker (Bikram Sambat) - React.js Component

Nepali Datepicker (Bikram Sambat) as a ReactJS component

NPM JavaScript Style Guide Build Twitter Follow

Demo

NepaliDatePicker Demo

Install

npm install --save nepali-datepicker-reactjs

or,

yarn add nepali-datepicker-reactjs

Usage

import React, { useState } from "react"
import { NepaliDatePicker } from "nepali-datepicker-reactjs"
import "nepali-datepicker-reactjs/dist/index.css"

const App = () => {
    const [date, setDate] = useState<string>("")

    return (
        <form>
            <label htmlFor="date">Date</label>
            <NepaliDatePicker inputClassName="form-control"
                              className=""
                              value={date}
                              onChange={(value: string) => setDate(value)}
                              options={{ calenderLocale: "ne", valueLocale: "en" }} />
        </form>
    )
}

export default App

License

MIT © https://github.com/puncoz-official

Dependencies (4)

Dev Dependencies (40)

Package Sidebar

Install

npm i mui-nepali-datepicker-reactjs

Weekly Downloads

30

Version

1.1.4

License

MIT

Unpacked Size

236 kB

Total Files

44

Last publish

Collaborators

  • jtoliver