Back to Astro

Post with Astro components

packages/astro/performance/scripts/templates/with-astro-components.mdx

0.0.12310 B
Original Source

import { Aside } from '@performance/utils';

This should be rendered with a title component

<Aside type="tip">This is a tip component</Aside> <Aside type="note">This is a note component</Aside> <Aside type="caution">This is a caution component</Aside> <Aside type="danger">This is a danger component</Aside>