Skip to content

一个基于 React,面向开发者开发的无头组件库

License

Notifications You must be signed in to change notification settings

handless-ui/react-handless-ui

Repository files navigation

一个基于 React,面向开发者开发的无头组件库

灵感来自 Headless UIReact Hooks等,提供类似无头组件的写法,可以完全自定义UI。

downloads Version GitHub repo stars

NPM

如何使用?

npm install --save react-handless-ui

全局引入

import ReactHandlessUI from "react-handless-ui";

app.use(ReactHandlessUI);

单独引入

<script setup lang="ts">
import { UiRadioGroup, UiRadio } from "react-handless-ui";
</script>

<script setup lang="ts">
import UiRadioGroup from "react-handless-ui/src/RadioGroup";
import UiRadio from "react-handless-ui/src/Radio";
</script>

下面是具体的组件清单:

版权

MIT License

Copyright (c) zxl20070701 走一步,再走一步

About

一个基于 React,面向开发者开发的无头组件库

Resources

License

Stars

Watchers

Forks