Type Alias: BaseCardProps¶
BaseCardProps =
Omit\<CardProps,"children"|"shadow"|"padding"|"radius"|"withBorder"> &Omit\<React.HTMLAttributes\<HTMLDivElement>, keyofCardProps> &object
Defined in: src/components/base-card/BaseCard.tsx:27
Props for BaseCard.
Extends Mantine CardProps and HTML div attributes, but omits the
fixed styling props so they cannot be overridden by consumers.
children is re-declared as required.
Pass bg (a Mantine colour value) to create a coloured card —
the border is automatically removed and text set to white.
Type Declaration¶
children¶
children:
ReactNode