<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 |
---|---|
appearance string | Display intro on light or dark backgrounds. |
textAlignment string | Controls the text alignment rendering. |
eyebrow string | Optional text displayed above the heading. |
heading* string | Text displayed within the heading element. |
headingElement string | Controls which element the heading renders as. |
headingSize number | Controls the size at which the heading is rendered. |
description* string|React.ReactNode | Text following the heading element. |
actions object | Object contains nested props, see below: |
actions.layout string | Display buttons inline or stacked by default. |
actions.theme string | Render primary variant button with product color. |
actions.size string | Determines CTA button sizing. |
actions.ctas object | Array of CTAs. Minimum of one, max of two. See props for the Actions CTAs here |