1.0.0 • Published 7 years ago

react-select-timezone v1.0.0

Weekly downloads
674
License
MIT
Repository
github
Last release
7 years ago

React-Select-Timezone

A simple component is built in from React-Select and Moment.Timezone

Installation

$ npm install react-select-timezone

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import PropTypes from 'prop-types';
import { SelectTimezone } from 'react-select-timezone';

const App = () => {
  return (
    <div>
      <SelectTimezone />
    </div>
  );
};

App.propTypes = {
  name: PropTypes.string,
};

export default App;
1.0.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago