hsyuan-react-native-ui
v0.0.1
Published
React Native UI components by hsyuan (CregisUI)
Readme
hsyuan-react-native-ui
CregisUI 组件库(React Native)。
安装
npm i hsyuan-react-native-ui
# 或
pnpm add hsyuan-react-native-ui
# 或
yarn add hsyuan-react-native-ui使用
import { CregisButton } from "hsyuan-react-native-ui";
export default function App() {
return <CregisButton title="按钮" />;
}组件
- Button:
CregisButton
License
MIT
