chakra-ui-date-input
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i chakra-ui-date-input

Weekly Downloads

53

Version

1.0.0

License

MIT

Unpacked Size

53.2 kB

Total Files

10

Last publish

Collaborators

  • ericmaro