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

0.0.2 • 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 datepicker-reactjs-nepali

or,

yarn add datepicker-reactjs-nepali

Usage

import React, { useState } from "react"
import { NepaliDatePicker } from "datepicker-reactjs-nepali"
import "datepicker-reactjs-nepali/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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i datepicker-reactjs-nepali

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

253 kB

Total Files

44

Last publish

Collaborators

  • wildharip