An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


logo

Laser UI

[![npm latest package](http://img.shields.io/npm/v/@laser-ui/components/latest.svg?style=flat-square)](https://www.npmjs.com/package/@laser-ui/components)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/@laser-ui/components?style=flat-square)](https://bundlephobia.com/package/@laser-ui/components)
[![gitHub workflow status](https://img.shields.io/github/actions/workflow/status/laser-ui/laser-ui/main.yml?branch=main&style=flat-square)](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

[![gitHub license](https://img.shields.io/github/license/laser-ui/laser-ui?style=flat-square)](/LICENSE)