prisme-components-svelte
Version:
Svelte components for the Prisme Design System
33 lines (20 loc) • 760 B
Markdown
# prisme-components-svelte
[](https://www.npmjs.com/package/prisme-components-svelte)
> Svelte components for the [Prisme Design System][].
[Prisme Design System]: https://github.com/halcyonnouveau/prisme
## Getting Started
Install Prisme as a `devDependency` to allow Svelte to compile it.
Run the following command using npm:
```
npm install prisme-components-svelte --save-dev
```
Or using yarn:
```
yarn add prisme-components-svelte --dev
```
## Fonts
Prisme uses the `Roboto` and `Fira Sans` fonts, be sure to include a link in
your document `<head>`.
```
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,700|Roboto:100,400&display=swap" rel="stylesheet">
```