Common components and libraries to use in our front-end applications
This repository is a monorepo, which consists of all design-system packages for our entire presentation layer. You can install each package separately, or the whole design system if you want.
Use those resources in your front-end applications to create a consistent visual signature for our products.
Our entire documentation regarding how to install and use our components is located at our storybook. You can start the storybook server with the following commands:
cd design-system
yarn install
yarn start
After that, your storybook server will be running at http://localhost:6006. You
Alternatively, you can access our remote storybook with the latest stable release documentation.
You can learn how to use our design system by accessing our remote storybook(latest stable version), or by running a storybook server and them accessing it at http://localhost:6006.
Contributions are what make our company such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. You can learn how to contribute to this project on the CONTRIBUTING
file.
Distributed under the Apache 2.0 License. See LICENSE
for more information.