Usage
Card
is a wrapper around Paper component with some additional styles and Card.Section
component that allows to split card into sections. If you do not need sections, you use Paper component instead.
Norway Fjord Adventures
With Fjord Tours you can explore more of the magical fjord landscapes with tours and activities on and around the fjords of Norway
Polymorphic component
Card is a polymorphic component component, you can change its root element:
Card.Section
Card.Section
is a special component that is used to remove Card padding from its children while other elements still have horizontal spacing.
Card.Section
works the following way:
- If component is the first child in Card, then it has negative top, left and right margins
- If it is the last child in Card, then it has negative bottom, left and right margins
- If it is in the middle then, only the left and right margins will be negative
Note that Card
relies on mapping direct children and you cannot use fragments or other wrappers for Card.Section
:
Polymorphic Card.Section
Card.Section
is a polymorphic component component, you can change its root element:
withBorder and inheritPadding props
withBorder
prop adds top and bottom border toCard.Section
depending on its position relative to other content and sectionsinheritPadding
prop adds the same left and right padding toCard.Section
as set inCard
component
Review pictures
200+ images uploaded since last visit, review them to select which one should be added to your gallery