0.1.9 • Published 2 years ago

modalib v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

1.0.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago