@landbot/lui
TypeScript icon, indicating that this package has built-in type declarations

7.14.2 • Public • Published

LUI (Landbot UI) ✨

GitHub license npm version Build Stoybook link

What is a UI components library?

A UI component library is a robust set of ready-made UI components such as buttons, inputs, dialogs, scrolling lists, and more.

Preparation and prerequisites

npm install

Start the component explorer

npm run storybook

For more information about Storybook, please visit the Storybook website.

Test

Component tests are written using Jest and React Testing Library.

npm run test

Build

Package is built using Rollup. The build is configured to generate an ES module (esm) package.

npm run build

Installation and usage

npm install @landbot/lui

Import on the root of the project

import { ThemeProvider } from 'styled-components';
import { theme } from '@landbot/lui';

Wrap the project with the provider

const App = () => {
  return (
    <ThemeProvider theme={theme}>
      <div className="App">//react app</div>
    </ThemeProvider>
  );
};

/@landbot/lui/

    Package Sidebar

    Install

    npm i @landbot/lui

    Weekly Downloads

    170

    Version

    7.14.2

    License

    ISC

    Unpacked Size

    760 kB

    Total Files

    684

    Last publish

    Collaborators

    • eduardo.ruiz
    • osama.nehme
    • david.gomz