docusaurus/website/_dogfooding/_pages tests/svg/index.mdx
2024-11-29 17:26:34 +01:00

12 lines
350 B
Plaintext

import Integrations from './integrations.svg';
import OpenSource from './open-source.svg';
import Mascot from './mascot.svg';
# Many inline SVGs
Have a bunch of SVGs, they're written to intentionally override each others styled when inlined on the same page.
<Integrations height="20rem" />
<OpenSource height="20rem" />
<Mascot height="20rem" />