# @reuters-graphics/graphics-components

Svelte components, SCSS and more you can use in graphics projects.

## Getting started

1. Install

```bash
pnpm i @reuters-graphics/graphics-components
```

2. Checkout the [guides](?path=/docs/guides-using-these-docs--docs), if you haven't, or dive straight into the docs to start using components.

```svelte
<script>
  import { BodyText } from '@reuters-graphics/graphics-components';
</script>

<BodyText text={'Hello world!'} />
```
