0.3.4 • Published 1 year ago

dg-ts-components v0.3.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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 ....

0.3.4

1 year ago