lynx-ui v3 版本正式发布
开箱即用的 Lynx 组件库

为你打包最好的 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
      style={{ width: '100vw', height: '500px' }}
      listId='listBasic'
      listType='flow'
      spanCount={2}
      scrollOrientation='vertical'/>
多平台一致
平台差异能够在这一层轻松地被抹平,将历史一致性解决方案沉淀下来,提供长期一致性保障
Consistency Background LightConsistency DarkConsistency
Lynx 的顶级性能实现
我们的代码将为你提供最好的 Lynx API 实践
Performance Background LightPerformance DarkPerformance
前后向版本兼容
使用前端灵活部署的优势,让新特性、新引擎适配方案能够第一时间运行在更多平台版本上
Compatibility Right
Compatibility DarkCompatibility
开始使用lynx-ui
快速开始
除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。