0.3.4 • Published 3 years ago
dg-ts-components v0.3.4
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 ....
0.3.4
3 years ago