0.1.6 • Published 2 years ago
tst-paris-uikit v0.1.6
Getting Started
This is the Paris Repository for UI Kit Components.
Installation
yarn add @cencosud/paris-uikit
or
npm --save install @cencosud/paris-uikit
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 "@cencosud/paris-uikit/dist/styles.css";
...
Import and using the components
import { Button } from '@cencosud/paris-uikit';
const Example = () => {
return (
<div>
<Button variant="primary">Primary Button</Button>
</div>
);
};
export default Example;
Available components
Work in progress ....