prisme-components-svelte
v1.0.0
Published
Svelte components for the Prisme Design System
Downloads
7
Maintainers
Readme
prisme-components-svelte
Svelte components for the Prisme Design System.
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">