Content group - carbon-design-system/carbon-for-ibm-dotcom-website GitHub Wiki
Core
Layout component
The Content group is a component that can be used inside of Content block level component. It can have 1 or more children, but generally only one type of child should be used within this component.
Used by (5)
- Content block segmented
- Content group banner
- Content group cards
- Content group pictograms
- Content group simple
Back links (2)
- block. It includes Content group with any number
- ...Content group simple is a decorator of the Content group,
required
string
An optional short String
of text to indicate a change in topic at an H3
heading level.
optional
markdown
An optional String
of text formatted using the Markdown utility. It
provides the user with detailed content supporting the topic.
All other options should be included.
props | values | |
---|---|---|
3.1 |
**bold** |
The bold option should be ignored. |
See Markdown utility for more information.
optional
container
An optional container area that child components, and other content types can be passed into.
optional
component
An optional CTA that allows a user to navigate to related content.
props | values | |
---|---|---|
4.1 |
type |
local |
4.2 |
style |
cardlink |
Should we open this up to allow a few more options?
See CTA for more information.