am-ts-components
TypeScript icon, indicating that this package has built-in type declarations

0.20.4 • Public • Published

Getting Started

This is the Adelco Web Components Repository for UI Kit and Frontastic Components.

Installation

yarn add @adelco/web-components

or

npm --save install @adelco/web-components

Additionally install the peer dependencies (if not present)

yarn add react

or

npm --save install react

Usage

Import the components theme from the npm package in the app main file

import "@adelco/web-components/dist/adelco.css";
...

Import and using the components

import { Button } from '@adelco/web-components';

const Example = () => {
  return (
    <div>
      <Button variant="primary">Primary Button</Button>
    </div>
  );
};

export default Example;

Available components

Work in progress ....

Readme

Keywords

none

Package Sidebar

Install

npm i am-ts-components

Weekly Downloads

1

Version

0.20.4

License

ISC

Unpacked Size

7.67 MB

Total Files

1118

Last publish

Collaborators

  • andersonmiranda
  • florianvilla