// @ts-nocheck this is a mock file - we can ignore this import React from 'react' import { BrandMoment, Card, GlobalNotification, GuidanceBlock, Informative, ProgressBar, Well, } from '@kaizen/components' import { MockSubcomponent } from './subcomponents/MockSubcomponent' export const MockComponent = (): JSX.Element => { return (
} text={{ title: 'This is the call to action title', description: 'Mussum Ipsum, cacilds vidis litro abertis. Suco de cevadiss, é um leite divinis.', }} actions={{ primary: { label: 'Action!', onClick: () => undefined }, secondary: { label: 'Cancel', href: '/cancel' }, }} />
Success message
Card content
Well content
Global notification content
This is some additional content that is not part of the GuidanceBlock.
) }