File tree Expand file tree Collapse file tree
packages/react-use-calendar-component Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# React Components Monorepo
22
33- [ react-typist-component] ( ./packages/react-typist-component/README.md )
4+ - [ react-use-calendar-component] ( ./packages//react-use-calendar-component/README.md )
Original file line number Diff line number Diff line change 22
33This project is aimed to provide an easy-to-use API interface for those people who want to build their own calendar component with custom style.
44
5+ ## Caveat
6+
7+ This package is still under development, the API interface may change frequently.
8+
59## Todo
610
711- [x] Generate 42 date cell information
@@ -11,3 +15,8 @@ This project is aimed to provide an easy-to-use API interface for those people w
1115- [ ] Support disabled date
1216- [ ] Support displaying two calendar
1317- [ ] Support week, month, year selection
18+
19+ ## Examples
20+
21+ - [ Single Mode] ( ./src/app/components/Examples/Single.tsx )
22+ - [ Multiple Mode] ( ./src/app/components/Examples/Multiple.tsx )
You can’t perform that action at this time.
0 commit comments