export default function Example() {
return (
<Box css={{ maxWidth: 400 }}>
<AlertBanner.Root dismissable variant="information">
<AlertBanner.Trigger />
<AlertBanner.Content>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Est
adipiscing nunc, ultricies in nibh mauris at. Ut aliquet felis platea
dolor lacus, at at. Vitae est maecenas pulvinar aenean ullamcorper.
Enim, nisi interdum mauris, accumsan gravida diam.
</AlertBanner.Content>
</AlertBanner.Root>
</Box>
);
}
To enter the code editing mode, press Enter. To exit the edit mode, press Escape
You are editing the code. To exit the edit mode, press Escape