Cross-browser identical behaviour/styles (IE11 and above)
keyboard support
Composability
[ ] All components to have a page (route respecting actual export architecture - e.g. route = '/Inputs/Select', not '/Select')
[ ] Components should be documented
[ ] each component has a page (dedicated route - great for linking; see Panel, Dialog, etc.)
[ ] each component page has the prop api widget (see Panel, Dialog, etc.)
[ ] Coherency of api (isFullWidth everywhere, not more fullWidth... CONSISTENCY - keep old props for legacy purp, but mark them as such (/* @legacy */) and document the new props
Demoable features being:
White Label (star feature I guess)
Cross-browser identical behaviour/styles (IE11 and above)
Composability
[ ] All components to have a page (route respecting actual export architecture - e.g. route = '/Inputs/Select', not '/Select')
[ ] Components should be documented
[ ] Coherency of api (isFullWidth everywhere, not more fullWidth... CONSISTENCY - keep old props for legacy purp, but mark them as such (
/* @legacy */
) and document the new props@dervalp thoughts ?