1.0.0 • Published 4 years ago

prisme-components-svelte v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

prisme-components-svelte

npm

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">