https://github.com/sahilbabbar/ezence
Ezence Design System
https://github.com/sahilbabbar/ezence
angular design-system ezence
Last synced: 5 months ago
JSON representation
Ezence Design System
- Host: GitHub
- URL: https://github.com/sahilbabbar/ezence
- Owner: sahilbabbar
- License: mit
- Created: 2020-09-02T15:02:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-17T17:45:51.000Z (over 3 years ago)
- Last Synced: 2025-09-17T12:06:55.537Z (9 months ago)
- Topics: angular, design-system, ezence
- Language: SCSS
- Homepage: https://ezencedesign.com
- Size: 1.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ezence
[](https://app.netlify.com/sites/ezence/deploys)
Creating a minimalistic yet more human design system that captures and reflects the essence of web design and user interaction, in a holistically simple way. Being built using Angular.
> Currently, Ezence is at a nascent design-development stage and should be production ready by v1.0.0. So, everything is meant to change here. If you wish to get information about all the updates, you may follow on [Twitter](https://twitter.com/sahilbabbarrr).
# Installation Instructions
## Environment
Ezence has been tested with the following environmental dependencies and currently, only recommends using these:
- Node.js: `16.13.1`
- NPM: `8.1.2`
- Angular: `12.1.5`
## Using Ezence
It's pretty straight-forward to use Ezence components in your Angular app(s), using the following steps:
1. Make sure your environment has the recommended versions of dependencies(mentioned above).
2. Run the following command in the root of your project:
```angular2html
npm install @ezence/components
```
3. Import in app.module.ts
4. Import styles
[comment]: <> (------)
[comment]: <> (Take a look at the source code of the playground application created using Ezence for reference.)