1.0.3 • Published 1 year ago

am-login-test v1.0.3

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

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