Component: Scheduler / Schedule / Calendar #221
WilliamKelley
started this conversation in
Ideas
Replies: 2 comments
-
Found a 3rd party scheduler with Mui integration https://devexpress.github.io/devextreme-reactive/react/scheduler/ Source repo: https://github.com/DevExpress/devextreme-reactive Cost: im not sure how to interpret their pay structure for a company-shared component library. Seems anywhere from $500 to thousands per year |
Beta Was this translation helpful? Give feedback.
0 replies
-
Free component with wide adoption and only a few things under Premium |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far I've seen this pattern be adhoc'd on PW for Guides in microschool day/hours scheduling, and on PW for students on Collaborate
Samples:
https://demos.telerik.com/kendo-ui/scheduler/index
https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxscheduler/jquery-scheduler-styling-and-appearance.htm
A11y will be especially important with this as there's no WAI-ARIA spec for a scheduler, we'll have to learn from previous enterprise examples.
Semantic structure of https://demos.telerik.com/kendo-ui/scheduler/selection
<div>
toolbar<table>
for calendar<tbody>
<tr>
's, each contain an inner<table>
's marked withrole="presentation
Nice-to-have Features:
Parallel requirements
Beta Was this translation helpful? Give feedback.
All reactions