Closed tilleryd closed 5 years ago
Component:
See React95 for inspiration: https://github.com/arturbien/React95 https://github.com/arturbien/React95/blob/master/src/components/common/reset.js.
If so, describe all possible states (e.g. Breadcrumb component with a collapsed or expanded state)
How does this pattern scale up? How will this pattern degrade in older browsers? Does the new component raise any accessibility concerns?
Per conversation with @tilleryd and @kaitmore, I think this should begin as a reimplementation of the styles currently in injectGlobal in the Dashboard project.
Closed by #443
Component:
Describe the new component
In what context will the pattern be used?
See React95 for inspiration: https://github.com/arturbien/React95 https://github.com/arturbien/React95/blob/master/src/components/common/reset.js.
Does this pattern have state?
If so, describe all possible states (e.g. Breadcrumb component with a collapsed or expanded state)
Progressive enhancement
How does this pattern scale up? How will this pattern degrade in older browsers? Does the new component raise any accessibility concerns?
Supporting Images, Videos, or Links