0.4.2 • Published 11 months ago

leux v0.4.2

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Docs

🎈 Overview

leux is a simple, lightweight, and fast React framework. It's built with the latest web technologies and is fully responsive. The framework is designed to be easy to use and easy to learn. The idea came when i have to redesign my own projects with the same UI/UX identity, so i decided to make it public for everyone as a library.

📦 Install

You can install this package using the following commands

npm install leux

yarn add leux

🚀 Usage

Import the components you want to use from the library and use them in your application.

import React from "react";
import { Button } from "leux";

const App = () => {
	return (
		<div>
			<Button onClick={() => alert("Hello leux")}>Click me</Button>
		</div>
	);
};
0.4.1

11 months ago

0.3.2

12 months ago

0.4.2

11 months ago

0.3.1

1 year ago

0.2.19

1 year ago

0.2.18

1 year ago

0.2.16

1 year ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.11

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.7

2 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago