Skip to content

eternallycyf/lordaeron

Repository files navigation

lordaeron

High-performance, lightweight UI library for rapidly building React applications.

stars react licence

English | 简体中文

Features

Comprehensive

With more than 50 crafted components that you can use out of the box.

Customizable theme

Extensive design tokens can be customized to build your own theme. the way of customization are supported:

TypeScript friendly

All components are written in TypeScript so it's type friendly.

Installation

Available as an npm package

// with npm
npm install lordaeron@latest

// with yarn
yarn add lordaeron@latest

Examples

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'lordaeron';

function App() {
  return <Button type="primary">Hello lordaeron!</Button>;
}

ReactDOM.render(<App />, document.getElementById('app'));

Local experience

In the examples folder, there is a vite + react project runtime environment, in which you can experience the lordaeron component, run the command in the project root directory:

pnpm examples:dev

Visit http://localhost:5173.

Useful Links

Browser Support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
Edge 16 31 49 31 36 last 2 versions