Skip to content

hieudo-dev/lui

 
 

Repository files navigation

LUI (Landbot UI) · GitHub license npm version Test

Quick start

Install

npm i @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

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

Install

npm i

Start

npm start

Storybook will be launched at http://localhost:6006/

Test

npm run test

Build

npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Other 0.3%