leux v0.4.2
🎈 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>
);
};
11 months ago
12 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago