Edit page
Home
Getting Started
Components
AlertAnimateHeightAvatarAvatarListBadgeButtonButtonMenuCalendarCalendarRangeCardPropsCardCard.BorderedCarouselChipClickOutsideContainerContentLoaderCurrencyDataTableDatePickerDateTimePickerDividerDrawerDropdownFloatingActionsGoogleMapGridIconIconDotIfInfiniteScrollKW LogoLoaderModalMonthPickerMonthRangeNavIconOptionsTogglePaginationPartnerLogoResponsiveSVG IconSnackbarStaticMapStatusIndicatorTabTableTimePickerToastsTooltip
Forms
Typography
Utilities
Visualization Components

Card

Cards are used to frame a group of related content and set it apart from other content on the page.

Props

className
String

Card

This is some card content

Card.Bordered

Note: borderPosition accepts only one value

Note: List of supported colors

DON'T provide class that contains border word (for example border-gold) unless you intend to make whole border in that color (see last example).

All you need is color name: borderColor="gold". Otherwise it will overwrite the border styles.

This is some left bordered card content (default)


This is some top bordered card content


This is some right bordered card content


This is some bottom bordered card content


This is some left bordered card content with border-gold class