Directory
registry:component@smo/smo-miniprogram-bottom-nav

宠粉现场底部导航

用于宠粉现场 C 端小程序的固定底部导航,包含首页、发起、我的和我的页商家入口态。

文件数

2

依赖

0

输出
public/r/smo-miniprogram-bottom-nav.json

安装与查看

安装到项目
npx shadcn@latest add https://smoui.xiaomolian.com/r/smo-miniprogram-bottom-nav.json
@smo 别名安装
npx shadcn@latest add @smo/smo-miniprogram-bottom-nav
查看 registry 项
npx shadcn@latest view @smo/smo-miniprogram-bottom-nav

文件清单

源文件类型目标路径
registry-src/smo-miniprogram-bottom-nav/BottomNav.tsxregistry:componentsrc/components/BottomNav.tsx
registry-src/smo-miniprogram-bottom-nav/BottomNav.cssregistry:filesrc/components/BottomNav.css

Registry JSON 摘要

这里展示的是 registry item 的声明摘要;完整构建产物位于 public/r/smo-miniprogram-bottom-nav.json

smo-miniprogram-bottom-nav
{
  "name": "smo-miniprogram-bottom-nav",
  "type": "registry:component",
  "title": "宠粉现场底部导航",
  "description": "用于宠粉现场 C 端小程序的固定底部导航,包含首页、发起、我的和我的页商家入口态。",
  "registryDependencies": [],
  "files": [
    {
      "path": "registry-src/smo-miniprogram-bottom-nav/BottomNav.tsx",
      "type": "registry:component",
      "target": "src/components/BottomNav.tsx"
    },
    {
      "path": "registry-src/smo-miniprogram-bottom-nav/BottomNav.css",
      "type": "registry:file",
      "target": "src/components/BottomNav.css"
    }
  ]
}