Dane Hillard
Dane Hillard
**The problem** Sometimes a page needs multiple, collapsible sections so that information can be digested incrementally or optionally. **The solution** An accordion component is available that allows providing a title...
**Expected behavior** The layout grid is fluid and adjusts well to all screen sizes **Actual behavior** At particular screen sizes, and partially dependent on the content of a given column,...
**The problem** Some components need to have an explicit height or width defined, and it may be beneficial for those values to be tokenized instead of hard coded. **The solution**...
**The problem** Focus states provide valuable feedback to keyboard users, low vision users, and more. However, they can be heavy-handed for cases where a user is already actively clicking on...
**The problem** When paired with global styles that affect the typography of things like `p` elements, the Image Card can have slotted content that doesn't adhere to its internally-defined typography...
**Is your feature request related to a problem? Please describe.** Services that work through service discovery mechanisms like Netflix's Eureka have multiple hosts. When a consumer calls that service, it...
This project is currently still configured to use Travis CI, but is no longer hooked up to it. The preferred flow now uses GitHub Actions—an example can be seen in...
**The problem** I want to be on recent and maintained versions of dependencies to ensure security and maintainability. **The solution** Upgrade to Storybook 8, possibly eagerly with the latest release...
**The problem** I want to use the latest versions of our dependencies so that I can take advantage of their new features, security, and ecosystem. **The solution** Upgrade to MDX...
**The problem** Managing the React components is a maintenance burden and prone to error. Doing this ourselves incurs a whole area of work around duplicating component stories for React and...