Adam Stankiewicz
Adam Stankiewicz
https://paragon-openedx.netlify.app/components/card/#with-fallback-image The `Card` components supports a `fallbackSrc` and `fallbackLogoSrc` prop to provide a generic solution to displaying a default fallback image if/when the primary image fails to load (e.g., the...
The `DataTable` component can be configured to be used with a card view, where each table "row" is instead displayed as a Card instead. The Card component is passed in...
The `Dropdown` component accepts an `onToggle` prop, however it is only called when the component is closed, not opened. Its intent, though, is to be called on open or on...
Allow previewing components at different container width,
https://paragon-openedx.netlify.app/components/layout/ * Layout component * Shorthand for the grid system (12 columns) * Link to existing foundations `Layout` page * FOundations `Layout` page, link to `Layout` component.
If it's not exposed in src/index.js, expose it :) Include potential use cases for this hook inside navigation menus or elsewhere.
Currently, consumers need to pass a CSS utility class or custom SCSS to override card background colors. **AC** * What would it look like to have color variants on the...
https://paragon-openedx.netlify.app/components/stepper/#basic-usage The `Stepper` component contains N steps, which are displayed horizontally across the top to indicate which step is active. However, these steps are not clickable, which means the only...