0.1.7 • Published 2 years ago

@liveperson-design-system/react-components v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

LivePerson Design System React Components

This project uses Stencil to create Web Components with React Integration. For more details please check Stencil Docs

Installing

You can install LPDS components with NPM or Yarn.

  • YARN: yarn add @liveperson-design-system/react-components
  • NPM: npm i @liveperson-design-system/react-components

How to use

import React from 'react';

import { LpButton } from '@liveperson-design-system/react-components';

const App = () => {
  return (
    <LpButton>Button</LpButton>
  );
};

export default App

Docs

We use Storybook to create LPDS docs and demos

License

MIT © LivePersonInc

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago