For AI agents: the complete documentation index is available at /next/zh/llms.txt, the full documentation bundle is available at /next/zh/llms-full.txt, and this page is available as Markdown at /next/zh/ui/index.md.
lynx-ui logo
lynx-ui
  • 简体中文
  • lynx-ui 正式发布
    开箱即用的 ReactLynx 组件库

    为你打包最好的 Lynx 组件,一次一个

    npm i @lynx-js/lynx-ui
    Clear API Circle
    直观清晰的 API
    Clear API Rectangle
    不需要从 0 开始配置 x 元件的复杂属性
    标准元件代码
    <list list-type="single"
          column-count={1}
          vertical-orientation
          android-new-scroll-top
          ios-scroll-emitter-helper
          android-enable-item-prefetch
          ios-fixed-content-offset
          component-init-measure
          android-trigger-sticky-layout
          use-old-sticky={false}
          lower-threshold={20}
          experimental-disable-filter-scroll
          experimental-disable-platform-implementation
          custom-list-name="list-container"
          enable-async-list
          ios-index-as-z-index
          scroll-bar-enable={false}
    />
    lynx-ui 代码
    <List listId='listBasic'
          listType='flow'
          spanCount={2}
          scrollOrientation='vertical'
    />
    多平台一致
    平台差异能够在这一层轻松地被抹平,将历史一致性解决方案沉淀下来,提供长期一致性保障
    Consistency DarkConsistency
    高性能 Lynx 体验实现
    我们的代码将为你提供最好的 Lynx API 实践
    Performance DarkPerformance
    前后向版本兼容
    使用前端灵活部署的优势,让新特性、新引擎适配方案能够第一时间运行在更多平台版本上
    开始使用lynx-ui
    除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。