GithubHelp home page GithubHelp logo

neerajsati / react-calendar-range Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 593 KB

Home Page: https://codesandbox.io/s/react-calendar-range-mcpfhw

License: MIT License

HTML 13.52% TypeScript 68.56% CSS 17.92%

react-calendar-range's Introduction

react-calendar-range

Select Date ranges with react hassle free, user can just use the Component and pass a onChange function which returns the date range. This can be easily modified by providing the classname width and functionality as required

NPM JavaScript Style Guide

Visit here to see a Demo

Usage

import ImageUpload from 'react-calendar-range'

export default function NewComponent() {
  const onDateChange = (startDate, endDate) => {
    console.log(startDate, endDate)
  }

  return <Calendar dateKeyDimension='35px' hideDisabledDate={false} onChange={onDateChange} />
}

Props that can be passed:

type CalendarPropsType = {
  onChange: (startDate: Date | null, endDate: Date | null) => void
  initialStartDate?: string
  initialEndDate?: string
  YearBackIcon?: string
  MonthBackIcon?: string
  hideDisabledDate?: boolean
  dateKeyDimension?: string
  inRangeClassName?: string
  selectedClassName?: string
  weekDayClassName?: string
  dateClassName?: string
  yearPanelClassName?: string
  calendarPopupClassName?: string
}
Attributes type values description
onChange Function (startDate, endDate) => void e.g, onChange(start,end)} Provide onchange function to receive the values selected by the user as soon as user selects any value
initialStartDate string "01-03-2003" Allow the user to type in input field and when open calendar see the value preselected
initialEndDate string "01-03-2003" Allow the user to type in input field and when open calendar see the value preselected
YearBackIcon string or Svg Image Url Back Icon to change year
MonthBackIcon string or Svg Image Url Back Icon to change month
hideDisabledDate boolean true|false To hide the excess date of previous and next month
dateKeyDimension string "26px" | "2rem" To style the width of calendar dates
Other Classes Names string "" Custom class name to easily override styles

License

MIT © NeerajSati

react-calendar-range's People

Contributors

neerajsati avatar

Stargazers

Sai Prashant Saxena avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.