Skip to content

⚡️CSS library of components, layouts and utilities based on Amar Design System

License

Notifications You must be signed in to change notification settings

vashafaris/amar-ui-web

 
 

Repository files navigation

Amar UI Web

GitHub license

Amar UI for Web (or simply Amar UI Web) is a CSS library built in Sass/SCSS that follows Amar Design System as its primary foundation. Amar UI Web aims to enhance the UI/X development workflow of web projects and applications within Amar Bank.

Important Links

Installation

Amar UI Web is available via package managers.

$ npm install @amar-ui-web/core
$ yarn add @amar-ui-web/core

Usage

Make sure to resolve your node_modules path first in order to be able to use the library. You can find instructions about this at our Getting Started page.

Resolving node_modules path would make it possible to import Amar UI Web like so:

@import '@amar-ui-web/core/index.scss';

And if you would like to import an individual package/module:

@import '@amar-ui-web/color/index.scss';
@import '@amar-ui-web/typography/index.scss';

Or if you'd like to import only some of a package's specific abstracts (variables, mixins, functions, etc.):

@import '@amar-ui-web/color/scss/variables';
@import '@amar-ui-web/color/scss/mixins';
@import '@amar-ui-web/color/scss/functions';

Contribute

Interested in contributing in the project? Refer to our contribution guide!

About

⚡️CSS library of components, layouts and utilities based on Amar Design System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 96.5%
  • JavaScript 3.5%