Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/nsx marketing consent example tabs text #717

Open
wants to merge 5 commits into
base: feature/nsx-marketing-consent
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/docs/components/nsx-marketing-consent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ Use this experience pattern in any journey where there is a need to capture and

<Tabs>
<TabItem label="Standard">
TODO Standard
<Tabs>
<TabItem label="Standard">
The default content as prescribed by the legal team.
<ExampleViewer type="standard" />
</TabItem>
<TabItem label="Custom">
<TabItem label="Custom content">
The heading and first paragraph may be customised if the default content is not suitable.
<ExampleViewer type="standard-custom" />
</TabItem>
</Tabs>
</TabItem>
<TabItem label="Light">
TODO Light
To take up less space and hide further content, use `type="light"`. Further content is available via the helper.
<ExampleViewer type="light" />
</TabItem>
</Tabs>
Expand Down