1.0.4 • Published 9 months ago

ss-react-date-picker v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

React Date Picker

A simple date picker component for React.

Installation

npm install ss-react-date-picker

Usage

import React from 'react';
import { DatePicker } from 'ss-react-date-picker';

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

export default App;
1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago