Selia Styles and Colors Library
The Selia Styles and Colors Library is a comprehensive collection of design elements specifically tailored for the Selia mental health platform. This library provides consistent and visually appealing styles and colors to ensure a cohesive user experience across all Selia products, including web and mobile applications.
Features
Documentation is pending.
Usage
-
Installation: Install the Selia Styles and Colors Library using npm or yarn:
npm install @seliaco/giant-panda-styles
or
yarn add @seliaco/giant-panda-styles
or using CDN
<link rel="stylesheet" href="https://unpkg.com/@seliaco/giant-panda-styles/style.css" />
-
Importing Styles: Import the desired styles or colors into your project's stylesheets or components:
<link rel="stylesheet" href="https://unpkg.com/@seliaco/giant-panda-styles/style.css" />
import '@seliaco/giant-panda-styles/style.css';
-
Using Styles: Apply the predefined styles to your UI components:
<button class="btn">Primary Button</button>
Contributing
Contributions to the Selia Styles and Colors Library are welcome! If you have suggestions for new styles or colors, or if you find any issues, please open an issue or submit a pull request on GitHub.
License
This library is distributed under the MIT License.
Contact
For any questions or inquiries, please contact the Selia development team at tech@selia.co.
Acknowledgments
Special thanks to all contributors who have helped make this library possible.