<Actions>
Component<Actionsctas={[{title: 'View tutorials',href: '/tutorials',},{title: 'View documentation',href: '/docs',}]}/>
Light theme
Dark theme
Name | Description |
---|---|
appearance string | Display actions on light or dark background. |
layout string | Display buttons inline or stacked by default. |
alignment string | Align items when stacked. |
theme string | Render primary variant button CTA with product color. |
size string | Determines CTA button sizing. |
ctas object | Array of CTAs. Minimum of one, max of two. A CTA can either be rendered as a Button or a StandaloneLink via the cta.type prop.Object contains nested props, see below: |
ctas.title* string | The text that appears inside the button. |
ctas.href* string | Where the button links to when clicked. |
ctas.type string | Render either a Button component or StandaloneLink component for the CTA. Defaults to Button. |
ctas.onClick function | A function that will be called when the button is clicked. |