Lust UI

Lust Ui is a design system in progress, similar to ant-design and base ui. it's been created to simulate how to use design system to simplify developers task in an enterprise setup.

Table of Contents

Overview

screenshot

Lust UI is still in it early development stage, leveraging on micro-frontend technology the plan is to build a scalable design system that can work for multiple javascript frameworks with utilities and styles been independ in a package.

Built With

Features

  • Independent css styles to use in different frameworks.
  • Component splitting for better performance
  • Micro frontend implementation
  • Independent import from npm to reduce file size (coming soon)

What features did you develop? Presently the only one working on the project but hopes to collaborate with others once an mvp is pushed.

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/EmmanuelOluwafemi/lust-design-system

# Install dependencies
$ npm install

# Run the app
$ npm start