This project is about building a component library for front-end developers, with a focus on creating a design system that can be used universally. The goal is to develop a set of reusable UI components that are consistent and flexible, and can be easily integrated into various front-end projects.
This project focuses on building a component library for creating a design system. The aim is to provide a consistent and flexible set of reusable UI components that can be integrated into various front-end projects. The design system is designed to work everywhere, regardless of the framework or technology used.
This project relies heavily on a few projects in order to work. Check out the documentation of these to find out more;
To use the design system, follow the steps below:
- Clone the repository to your local machine.
- Navigate to the root of the repository.
- Execute the command
npm install
to install all monorepo dependencies.
- Open the docs folder
cd docs
- Install dependencies
npm install
- Run docs
npm run start
- Open the core project folder
cd packages/stencil-library
- Install dependencies
npm install
- Run the project in dev mode
npm run start
Read the blog... (Comming soon!) Or read the docs!
Contributions to this project are always welcome. If you've found a bug or want to propose a feature, you can create an issue in the GitHub repository of this project. If you want to make changes yourself, you can submit a pull request.
This project is licensed under the MIT license.