-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The card component currently has a lot of features and sub components that are completely unnecessary.
We should rather minimise the Card component to just a Card and a Card.Section component.
Card Component
The Card component should implement all colors and variants. Additionally we should add a gradient variant, which adds some coloured borders and a nice gradient background. Some images for that will follow.
Card.Section Component
The Card.Section component should simply erase the padding of the card component with a negative margin if withoutPadding is set to true. Also the Card.Section component should be able to add separators with borderTop and borderBottom.
This component is inspired by the Card component from mantine.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request