/advance-react-typescript-library-starter

This is a fully configured react, typescript library development ecosystem setup. It uses Rollup, Vite and Lerna configuration.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Sample Typescript React Library template - React Date Picker

React Date Picker is a date picker component for React. It is a template for building any react library, with support for multiple build format output and easy testing of library in production.

Main features

  • ♿️ WAI-ARIA support
  • 🤖 Written in TypeScript

Installation

yarn add subashcs-date-picker-react

Example

import React from "react";

import { DayPicker } from "subashcs-react-date-picker";

export default function Example() {
  return <DatePicker />;
}

Documentation Portal

Our documentation and detailed usage guides with examples will be given on our example website hosted somewhere.

Contribution

Please view the CONTRIBUTING guides for contribution