@buysmart-ui/react

2.5.37 • Public • Published

⚒️ Buy Smart UI - React

This @buysmart-ui/react package is the React version of Buy Smart UI.

How to see available components

Hosted

https://buy-smart-ui.decathlon.net

The library is also hosted thanks to GitHub Pages.

Local

You'll need to have Node.js installed with pnpm.

Execute the following commands:

pnpm i
pnpm run dev

It will open a browser tab with the Storybook (if it don't, go to http://localhost:6006).

Use in your project

npm install @buysmart-ui/react

Usage

import React from 'react';

/* Buy Smart UI */
import { Button } from '@buysmart-ui/react';

const App = () => (
  <Button>Click me</Button>
);

Package Sidebar

Install

npm i @buysmart-ui/react

Weekly Downloads

191

Version

2.5.37

License

ISC

Unpacked Size

88.4 kB

Total Files

70

Last publish

Collaborators

  • williamdecathlon