Git Product home page Git Product logo

amar-ui-web's Introduction

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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.