nepali-datepicker-reactjs-update
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 (3)

Dev Dependencies (39)

Package Sidebar

Install

npm i nepali-datepicker-reactjs-update

Weekly Downloads

7

Version

1.1.4

License

MIT

Unpacked Size

255 kB

Total Files

44

Last publish

Collaborators

  • lucoadam1