1.1.5 • Published 3 years ago

nepali-datepicker-reactjs v1.1.5

Weekly downloads
56
License
MIT
Repository
github
Last release
3 years ago

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

1.1.5

3 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago