1.4.2 • Published 12 months ago

maxiim3-date-picker v1.4.2

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

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 NameTypeRequiredDescription
inputLabelstringYesThe 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.

1.2.0

12 months ago

1.4.2

12 months ago

1.4.1

12 months ago

1.4.0

12 months ago

1.3.0

12 months ago

1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago