0.3.0 ā€¢ Published 3 years ago

ams-common-template v0.3.0

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

AMS COMMON TEMPLATE ACT

AMS React UI LIBRARY šŸ“¦

Build Status npm (tag) NPM

alt text

About

These package is solely used by AMS Dev Team for creating frontend application.

Prerequisites

Install

via npm

npm i ams-common-template

via yarn

yarn add ams-common-template

āš ļø License is required starting from KendoReact library v4.0.0. since this package utilizing latest Kendo UI for most of its components, you need to acquire and activate a license.

šŸ— Download your license key.

npx kendo-ui-license activate

ā„¹ļø Note: There is no need to install the @progress/kendo-licensing package as it is already comes with this package as a dependency. just run the code above.

Usage

Import the css.

import 'ams-common-template/dist/css/index.css';

Use components in your project.

import { Button } from 'ams-common-template';

<Button primary>Click Me!</Button>;

TODO

  • List of all available components.
  • Component Documentations

Contributing

Contributions, issues and feature request are welcome! šŸ’œ

Fell free to check the issues page


Authors