Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 2.81 KB

README.md

File metadata and controls

43 lines (24 loc) · 2.81 KB

zephyr-ui-workspace

Introduction

Zephyr UI is a collection of reusable Angular components designed to accelerate development and ensure consistency across your applications. This library offers a rich set of pre-built, customizable components to streamline your UI development process.

Quality Gate Status SonarCloud

License NPM Version GitHub Actions Workflow Status Karma Line Coverage Karma Statement Coverage Bugs Code Smells Coverage Duplicated Lines (%)

Installation

To install the Zephyr UI components library, use the following command:

npm

npm install @zephyr-ui/essentials

yarn

yarn add @zephyr-ui/essentials

Storybook

Zephyr UI components are extensively documented and showcased in Storybook

Contributing

We welcome contributions to improve Zephyr UI Components! To contribute:

  • Fork the repository.
  • Create your feature branch: git checkout -b feature/my-feature.
  • Commit your changes: yarn commit
  • Push to the branch: git push origin feature/my-feature.
  • Submit a pull request.

Please adhere to this project's code of conduct.

License

MIT