@primo/components
v2.1.0
Published
Primo component CSS styles
Downloads
13
Maintainers
Readme
@primo/components
Component styles for the Primo Design System
Getting started
To install @primo/components
to your new or exsisting project, you will
need to run the following command using npm:
npm install -S @primo/components
If you use Yarn, use the following command instead:
yarn add @primo/components
This package requires Dart Sass in order to compile.
If you're new to Sass, or are wondering how to configure Sass for your project, we recommend checking out the following resources and links:
- Sass Basics
- Webpack with Sass
- Next.js with Sass
- Create React App with Sass
- Parcel with Sass
- Vite with Sass
- Snowpack with Sass
Once you get Sass up and running in your project, make sure to configure Sass to
include node_modules
in its includePaths
option.
Usage
You can bring in all the components for the Primo Design System by including
@primo/components
in your Sass files. For example:
@use '@primo/components';
Public Storybook
If you wish to see our components live, and the most recent version and changes please visit here: @primo/components - Storybook
✍️ Feedback
Please ask any questions on this project, you can do so by creating a new issue. Or contributing to any active issues.
If you wish to get in contact, please don't hesitate via twitter @Rich_McCartney.
📝 Licence
Licensed under standard MIT license.