# LUI - Lightweight UI Framework

LUI (Lightweight UI) is a minimalistic and efficient user interface framework designed to help developers quickly build simple and elegant UIs. It offers a set of customizable components that are easy to use and integrate into your applications.

## Features

- Lightweight and fast
- Easy-to-use and minimalistic design
- Customizable UI components

## Installation

To use LUI in your project, you can install it via npm.

Via npm:

```bash
npm install @lookwe/lui
```
