1.0.0-alpha.2 • Published 5 months ago

@pplancq/shelter-ui-css v1.0.0-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@pplancq/shelter-ui-css

This package provides CSS styles for the Shelter UI design system.

Installation

Use npm to install the package:

npm install @pplancq/shelter-ui-css

Example of usage in a project

Include the CSS file in your project:

<link rel="stylesheet" href="node_modules/@pplancq/shelter-ui-css/css/shelter-ui.css" />

Or import it in your JavaScript/TypeScript project:

import '@pplancq/shelter-ui-css/css/shelter-ui.css';

Css package structure

  • shelter-ui.css: Global styles for the Shelter UI design system.
  • shelter-ui.grid.css: Grid system styles.
  • shelter-ui.token.css: Token styles for colors, typography, and spacing.
  • components/*.css: Contains styles for various components.

Credits

This package is part of the Shelter UI design system, built to provide a cohesive and accessible user interface.
For more information, visit the Shelter UI GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.