am-ts-components
v0.20.4
Published
This is the Adelco Web Components Repository for UI Kit and Frontastic Components.
Downloads
391
Readme
Getting Started
This is the Adelco Web Components Repository for UI Kit and Frontastic Components.
Installation
yarn add @adelco/web-componentsor
npm --save install @adelco/web-componentsAdditionally install the peer dependencies (if not present)
yarn add reactor
npm --save install reactUsage
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 ....
