hypnagaga/src/components/Framer/Framer.mdx
hobbes7878 f6e4081024
framer
2025-04-18 11:25:38 +01:00

19 lines
370 B
Text

import { Meta } from '@storybook/blocks';
import * as FramerStories from './Framer.stories.svelte';
<Meta of={FramerStories} />
# FeaturePhoto
An embed tool for development in the Graphics Kit.
```svelte
<script>
import { Framer } from '@reuters-graphics/graphics-components';
const embeds = ['/embeds/my-chart/index.html'];
</script>
<Framer {embeds} />
```