Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 613 Bytes

README-bk.md

File metadata and controls

30 lines (20 loc) · 613 Bytes

timezone-picker

timezone-picker

NPM JavaScript Style Guide

Install

npm install --save timezone-picker

Usage

import React, { Component } from 'react'

import MyComponent from 'timezone-picker'
import 'timezone-picker/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © kevalbhatt