0.1.6 • Published 2 years ago

tst-paris-uikit v0.1.6

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years 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 ....

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago