npm.io
1.4.2 • Published 3 years ago

maxiim3-date-picker

Licence
Version
1.4.2
Deps
6
Size
478 kB
Vulns
0
Weekly
0

React Date Picker Component


A customizable date picker component for React that allows users to select a date from a calendar.

Author

This component was created by Maxiim3.

Installation

npm i maxiim3-date-picker

Alternatively, you can use Yarn:

yarn add  maxiim3-date-picker

Usage

import {Maxiim3DatePicker} from " maxiim3-date-picker"

function App() {
	return (
		<div>
			<h1>Select a Date</h1>
			<Maxiim3DatePicker inputLabel={"Date of Birth"} />
		</div>
	)
}

Props

The Maxiim3DatePicker component accepts the following props:

Prop Name Type Required Description
inputLabel string Yes The label for the input field.

License

This component is licensed under the MIT License.
Feel free to use it in your own projects or modify it to suit your needs.