Skip to main content
STUDS provides a comprehensive set of styles to help you maintain a cohesive, visually appealing design across your projects. To use STUDS styles in your projects, follow these steps.

How to install @studs/styles

  • Package Manager Installation
  • CDN
Install @studs/styles using your prefered package manager.
npm install @studs/styles@latest

Order of Imports

Ensure that the @studs/styles is applied before any other styles to avoid conflicts. This will provide base styling for your project. The order should be:
  1. @studs/styles
  2. Any additional app-specific styles.

How to add @studs/styles to your project

I