0.1.3 • Published 2 years ago

odd-input v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

🤪 OddInput

Install

npm i odd-input

Usage

import {OddInput, inputTypes} from "odd-input";

<OddInput inputType={inputTypes.phone}/>

Available Types

  1. Phone

1

<OddInput inputType={inputTypes.phone}/>
  1. Time

2

<OddInput inputType={inputTypes.time}/>
  1. Credit

3

<OddInput inputType={inputTypes.credit}/>
  1. Date

4

<OddInput inputType={inputTypes.date}/>
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago