0.1.9 • Published 3 years ago

modalib v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Modalib

Modalib is a package that allows to create a basic date input quickly by giving it a specific name

Install

Install the package npm i modalib

Usage

You need to import the DateInput component and give it the name you want.

form.js

import React from 'react';
import { DateInput } from 'modalib';

const form = (props) => {
    return <DateInput name={props.name}>
}

Authors

Bilal Ezzaaraoui

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

1.0.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago