<Intro> Component<Introeyebrow="Volutpat enim fusce tempor"heading="Sit et bibendum adipiscing non mi tempor neque"description="Cras ullamcorper duis nunc velit commodo etiam. Auctor tincidunt pellentesque ullamcorper nisi integer. Mattis quisque porta vel euismod velit id. Arcu bibendum neque adipiscing et cras facilisi."actions={{ctas: [{title: 'View tutorials',href: '/tutorials',},{title: 'View documentation',href: '/docs',type: 'standalone-link'}]}}/>
Light theme
Volutpat enim fusce tempor
Cras ullamcorper duis nunc velit commodo etiam. Auctor tincidunt pellentesque ullamcorper nisi integer. Mattis quisque porta vel euismod velit id. Arcu bibendum neque adipiscing et cras facilisi.
Dark theme
Volutpat enim fusce tempor
Cras ullamcorper duis nunc velit commodo etiam. Auctor tincidunt pellentesque ullamcorper nisi integer. Mattis quisque porta vel euismod velit id. Arcu bibendum neque adipiscing et cras facilisi.
| Name | Description |
|---|---|
appearancestring | Display intro on light or dark backgrounds. |
textAlignmentstring | Controls the text alignment rendering. |
eyebrowstring | Optional text displayed above the heading. |
heading*string | Text displayed within the heading element. |
headingElementstring | Controls which element the heading renders as. |
headingSizenumber | Controls the size at which the heading is rendered. |
description*string|React.ReactNode | Text following the heading element. |
actionsobject | Object contains nested props, see below: |
actions.layoutstring | Display buttons inline or stacked by default. |
actions.themestring | Render primary variant button with product color. |
actions.sizestring | Determines CTA button sizing. |
actions.ctasobject | Array of CTAs. Minimum of one, max of two. See props for the Actions CTAs here |