-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
name: 应用名称
repo: https://github.com/username/repo
category: 前端框架
tags: react, ui, 组件库
website: https://example.com
version: 1.0.0
description: 简短的应用描述
screenshots:
详细介绍
在这里详细介绍应用的功能、特点和使用场景。
特性
- 特性1:描述特性1
- 特性2:描述特性2
- 特性3:描述特性3
安装方法
npm install your-package-name使用示例
import { Component } from 'your-package-name';
function App() {
return <Component />;
}