1.0.0 • Published 2 years ago

chakra-ui-date-input v1.0.0

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

chakra-ui-date-input

Date Input Component for chakra UI library

NPM JavaScript Style Guide

Install

npm install --save chakra-ui-date-input

Usage

import React, { Component } from 'react'

import {DatePicker} from 'chakra-ui-date-input'

class Example extends Component {
  render() {
    return <DatePicke
              placeholder='Date picker placeholder'
              name='date'
              onChange={(date: string) => console.log(date)}
            />
  }
}

License

MIT © ericmaro