Replies: 2 comments 5 replies
-
日历组件如果只是仅作为一个弹窗选择器来选择日期的话并不算复杂,并且很多组件库都提供了这个支持。但是在实际的开发中有很多时候日历组件不仅是只有一个简单的点击交互,还有比如折叠,节假日,甚至农历排列等比较复杂的需求。如果将这些功能都集成在组件中那么整个组件就会变得非常的臃肿,如果不要这些功能那么对于开发者而言又只有从头开始进行日历组件的开发。于是我在想是不是可以对常用的日历排列逻辑进行封装,并且对用户提供更加灵活地处理的能力。于是小程序端的日历组件我将其设计成了一个支持插件化的组件。让用户可以对要展示的日期进行自定义化的开发。 |
Beta Was this translation helpful? Give feedback.
2 replies
-
目前视觉和交互都还比较简单,我写了初版的 API,欢迎在评论,可以持续优化。 Calendar Props
Calendar Events
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
视觉稿:https://codesign.qq.com/s/JG2mj75B3G0VKdM/RMdGZQGRPma9Xk8/inspect
Beta Was this translation helpful? Give feedback.
All reactions