1.0.3 • Published 2 years ago
am-login-test v1.0.3
Getting Started
This is the Paris Repository for UI Kit Components.
Installation
yarn add @cencosud/paris-uikitor
npm --save install @cencosud/paris-uikitAdditionally 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 "@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 .....