chameleon
chameleon copied to clipboard
Chameleon Web Components - A collection of lightweight, unidirectional, framework-agnostic elements based on the Chameleon Design System
We need to give tabs the ability to align to the left side. We should also make align right an option, defaulting to a stretched center align.
When chameleon-hero is set to the image type, it should be able to display a gradient background as a fallback the image is missing. Currently, it's just a white background...
The card header component really should have configurable styles since it can be used in many different contexts. Ensure that it's a CSS variable that has a fallback to `--font-size-subtitle`...
Given one of the goals of the Chameleon project is to make our components accessible, we should explore the ability to use automated accessibility testing as part of our SDLC....
Let's hear your thoughts!
Instead of using span elements, make them all buttons
The text colour for the chameleon-button theme="text" should be configurable
**Describe the bug** The chameleon-dialog currently doesn't restrict its height, so it sometimes can appear offscreen if there is enough content in it. We should restrict the height to be...
**Describe the bug** chameleon-select click events are not working as expected. The select box only collapses when you click away from the component, not when you click it again, and...