https://github.com/laser-ui/laser-ui
Fast and Powerful React Components.
https://github.com/laser-ui/laser-ui
component laser-ui react react-component react19 ui
Last synced: 11 days ago
JSON representation
Fast and Powerful React Components.
- Host: GitHub
- URL: https://github.com/laser-ui/laser-ui
- Owner: laser-ui
- License: mit
- Created: 2023-09-07T06:07:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-27T09:20:18.000Z (28 days ago)
- Last Synced: 2026-02-27T14:21:11.488Z (28 days ago)
- Topics: component, laser-ui, react, react-component, react19, ui
- Language: TypeScript
- Homepage: https://laser-ui.github.io/
- Size: 3.29 MB
- Stars: 21
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Laser UI
[](https://www.npmjs.com/package/@laser-ui/components)
[](https://bundlephobia.com/package/@laser-ui/components)
[](https://github.com/laser-ui/laser-ui/actions/workflows/main.yml)
English | [简体中文](README.zh-CN.md)
## Installation
```bash
npm install @laser-ui/components @laser-ui/hooks @laser-ui/themes @laser-ui/utils
```
## Getting Started
```tsx
import type { LContextIn } from '@laser-ui/components/context';
import { ConfigProvider, Root } from '@laser-ui/components';
import { useMemo } from 'react';
export default function App() {
const lContext = useMemo(
() => ({
layoutPageScrollEl: '#app-main',
layoutContentResizeEl: '#app-content',
}),
[],
);
return (
Some content...
);
}
```
## Links
- [laser-admin.surge.sh](//laser-admin.surge.sh)
## Contributing
Please read our [contributing guide](/CONTRIBUTING.md) first.
## License
[](/LICENSE)
