1 Star 0 Fork 6

xieww / FirstUI

forked from FirstUI / FirstUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

First UI 移动端框架优质选择

FirstUI 将出品多种框架下组件库供开发者使用,其中包含uni-app、微信小程序、支付宝小程序、Taro等,后期将会陆续上线,目前上线的版本有uni-app版本与微信小程序版本!

FirstUI UNI版

First UI UNI版 是一套基于uni-app开发的组件化、可复用、易扩展、低耦合的跨平台移动端UI 组件库。全面兼容App-Nvue、App-vue、小程序(微信、支付宝、百度、字节、QQ)、H5。

官网地址:https://www.firstui.cn

文档地址:https://doc.firstui.cn

FirstUI 微信小程序版

FirstUI-weixin 是一套基于微信小程序开发的组件化、可复用、易扩展、低耦合的原生微信小程序UI组件库。

官网地址:https://www.firstui.cn

文档地址:https://wxdoc.firstui.cn

==============================================================

FirstUI UNI版 快速上手

使用 First UI 前,请确保你已经学习并熟练使用过 uni-app

star this repo fork this repo npm license

安装

方式一 :通过 npm 安装

使通过 npm 安装,需要先通过 vue-cli 创建 uni-app 项目,详见
// # Using npm
npm install firstui-uni

方式二 :通过下载代码

通过 GitHub 或者 FirstUI官网(VIP) 下载 First UI 的代码,然后 将 components/firstui/ 目录拷贝到自己的项目中。
// # GitHub
git clone https://github.com/FirstUI/FirstUI.git

方式三 :选择需要的模块引入

下载 First UI 的代码,在 components/firstui/ 目录下找到需要的组件拷贝到自己的项目中。

如何使用

按照以下的方式使用组件,以 Button 为例,其它组件在对应的文档页查看。

第一种:在页面中引用、注册
import fuiButton from "@/components/firstui/fui-button/fui-button"
export default {
	components:{
		fuiButton
	}
}
第二种:easycom组件规范
传统vue组件,需要安装、引用、注册,三个步骤后才能使用组件。easycom将其精简为一步,如果不了解easycom,可先查看 官网文档

pages.json 中 添加配置:

// 下载安装时配置
"easycom": {
		"autoscan": true,
		"custom": {
			"fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue"
		}
	}

// 使用npm安装时配置(配置完成后重新编译运行)
"easycom": {
		"autoscan": true,
		"custom": {
			"fui-(.*)": "firstui-uni/firstui/fui-$1/fui-$1.vue"
		}
	}

使用组件

引入组件后,可以在 页面 中直接使用组件

<fui-button text="默认按钮"></fui-button>

相关链接

官网地址:https://www.firstui.cn

文档地址:https://doc.firstui.cn

GitHub地址:https://github.com/FirstUI/FirstUI

其他说明

First UI分为 开源版商业版,所有示例或文档中加 V 的表示需要开通会员才可获取源码使用,会员内容不会发布到任何公开渠道。

开通会员、版权约束说明以及详细介绍请参考 FAQ中 会员介绍

更新日志

V1.9.0(2023-03-17)

  • 新增 聊天模板 A,项目包含验证码登录、注册、选择国家或地区、输入验证码、聊天列表、聊天、联系人、个人中心、个人信息、通知等页面(物料)。

  • 新增 聊天模板 B,项目包含小程序一键登录、手机号一键登录、手机验证码登录、聊天、首页、个人中心、我要合作、个人信息、支付状态、会员等页面(物料)。

  • FilterBar 筛选栏 组件优化,新增属性 coexist 设置 dropdown、text、switch等类型筛选条件是否不互斥,可查看示例演示。

  • CheckBox 复选框组件优化,修复vue3下编译到H5可能点击不能触发选中的问题。

  • Radio 单选框 组件优化,修复vue3下编译到H5可能点击不能触发选中的问题。

  • Picker 选择器 组件优化,修复属性value传值为Number类型时出现警告的问题。

  • Tabs 标签页 组件优化,新增center属性设置底部滑块是否居中显示。

  • FormItem 表单项组件优化,新增asteriskPosition属性设置必填星号位置,新增labelAlign属性设置label对齐方式,默认使用全局配置。

  • Textarea 多行输入框组件优化,新增radius属性设置圆角值。

  • Input 输入框 组件 新增passwod类型示例,可显示或隐藏密码。

  • Layout 栅格布局 组件优化,修复Nvue端css编译报警告的问题。

  • DatePicker 日期时间选择器 组件优化,修复已知问题。

  • Tabs 标签页 组件优化,修复可能导致页面卡住不显示的问题。

  • IndexList 索引列表 组件优化,修复并优化已知问题。

  • SingleInput 单输入框组件优化,修复nvue中可能出现输入框无法获取焦点问题。

  • 组件文档搜索优化,能快速定位到搜索内容。

  • 修复其他已知问题。

V1.8.0(2023-01-31)

  • UploadVideo 视频上传 组件优化,修复H5端无法播放非https地址视频的问题。

  • Layout 栅格布局 组件优化,修复Nvue端css编译报错的问题。

  • Input 输入框 组件优化,修复input组件type=digit时,小数部分无法录入0问题。

  • Input 输入框 组件优化,App与H5端password属性使用v-bind动态绑定,为false时,不添加password属性。

  • Input 输入框 组件优化, 新增 readonly 属性,与disabled不同的是readonly属性保留了清空按钮使用,readonly优先级高于disabled。

  • Form 表单校验 组件 与 FormItem 表单项优化,可在Form组件设置部分props统一控制FormItem中部分样式,优先级:FormItem组件props > Form组件props > 全局属性。

  • Picker 选择器 组件优化,修复多级联动选择时设置默认值可能部分列不生效问题。

  • DatePicker 日期时间选择器 组件优化,新增属性valueEnd,优化区间选择时默认值设置,起始日期与结束日期默认值分别使用属性 value 与 valueEnd,设置默认值后可直接点击确认按钮返回。

  • Calendar 日历 组件优化,新增属性 isMultiple,用于控制是否一次性加载一年的日历数据。

  • Upload 图片上传 组件优化,新增默认插槽用于自定义上传加号图标。

  • UploadVideo 视频上传 组件优化,新增默认插槽用于自定义上传加号图标。

  • Switch 开关 组件优化。

  • Cascader 级联选择器 组件优化。

  • Drag 拖拽排序 组件优化,修复编译到微信小程序端内容超过一屏页面无法滚动的问题。

  • Avatar 头像 组件优化,新增图片加载出错时 @error 事件以及新增属性 errorSrc 配置图片加载失败时的默认图。

  • Table 表格 组件优化,修复vue3下事件未声明报警告的问题。

  • Table 表格 组件增加列渲染方法,可根据当前列数据设置单元格内的文本颜色。

  • Table 表格 header属性增加align配置,优先级大于属性align。

  • DataTag 标签选择组件优化,新增默认选中示例。

  • DataTag 标签选择组件优化,新增multipleMin属性,仅多选时有效,当选择数小于最小值时不可反选。

  • DataTag 标签选择组件优化,当options传值为对象数组时,对象中新增属性 isAll 可设置其中一个为全选按钮标签,与其他标签操作互斥,仅多选时有效。

  • Drawer 抽屉 组件优化,新增radius属性设置圆角值。

  • Modal 模态框 组件优化,修复已知问题,新增padding属性。

  • Tabs 标签页 组件优化,修复vue3 + Nvue下文字可能不显示的问题。

  • Request 网络请求 组件 优化,get请求支持参数值为数组,详见文档。

  • Animation 动画 组件 属性styles参数传值优化,默认值写入组件方法内部,styles仅做替换合并使用。

V1.7.0(2022-09-28)

  • 新增 WATERFALL 瀑布流加载 布局内容。

  • 新增 TOP TAB 顶部选项卡 布局内容。

  • 新增 NEWS LIST 新闻列表 布局内容。

  • 新增 PRODUCT LIST 商品列表 布局内容。

  • 新增 MAP 地图 布局内容-线路规划。

  • 新增 ROLL HORIZONTAL 横向滚动 布局内容。

  • 新增 UploadVideo 视频上传 组件(VIP组件)。

  • 新增 FormItem 表单项 组件(VIP组件)。

  • Label 标签 组件优化。

  • Card 卡片 组件优化,新增footerLine属性。

  • InputNumber 数字输入框 组件优化,修复最小值设为负数不生效的问题,新增type属性当设值为text则可输入负号小数点等。

  • Panel 面板 组件优化,新增属性配置数据源键值(key)。

  • Preview 表单预览 组件优化,新增属性配置数据源键值(key),修复部分兼容问题。

  • Input 输入框 组件优化,新增min和max属性,当type=number、type=digit、number属性为true时生效。

  • LicensePlate 车牌号键盘 组件优化,新增方法 changeKeyboard 切换键盘显示。

  • ImageCropper 图片裁剪 组件优化,修复已知bug。

  • Grid 宫格 组件优化。

  • Textarea 多行输入框组件已知问题优化。

  • Input 输入框 组件已知问题优化。

  • Text 文本 组件优化,新增部分属性(props)。

  • Button 按钮 组件优化,修复nvue端样式background加!important报错的问题。

  • Waterfall 瀑布流 组件优化,请参考【布局-瀑布流】示例做加载刷新操作。

  • DatePicker 日期时间选择器 组件优化,修复type=1时设置默认值失效的问题,修复区间选择设置起始日期文本出错的问题。

  • Landscape 压屏窗 组件优化,新增属性支持absolute定位,以便用于其他组件内。

  • Validator 表单验证(JS)组件优化,支持校验所有元素并返回所有错误信息。

  • Form 表单校验 组件优化,支持校验所有元素并返回所有错误信息。

  • Radio 单选框 组件优化,修复Nvue端vue3下可能显示不正确的问题。

  • Checkbox 复选框 组件优化,修复Nvue端vue3下可能显示不正确的问题。

  • Switch 开关 组件优化,修复Nvue端vue3下可能显示不正确的问题。

  • OverflowHidden 内容超出隐藏 组件优化,新增部分属性。

  • Lazyload 图片懒加载 组件优化,新增部分属性。

  • 修复部分已知问题。

V1.6.0(2022-06-26)

  • 新增组件全局配置,目前仅针对部分常用组件处理,详见文档 [全局配置]。

  • 新增 Text 文本组件。

  • 新增 spin 旋转动画组件(VIP组件)。

  • 新增 SafeArea 底部安全区域组件(VIP组件)。

  • 新增 DataTag 标签选择组件(VIP组件)。

  • 新增 SubmitBar 提交订单栏 布局内容(VIP)。

  • 新增 GoodsBar 商品导航栏 布局内容(VIP)。

  • 新增 ChatBar 聊天栏 布局内容(VIP)。

  • 新增 RollNews 滚动消息 布局内容(VIP)。

  • 新增 CardSwiper 卡片轮播 布局内容(VIP)。

  • BubbleBox 气泡框 组件优化,新增内容插槽(content),可自定义气泡框内容;新增属性 padding,用于调整气泡框内置内容item项padding值。

  • LoadMore 加载更多 组件优化,新增属性 state 控制组件显示状态。

  • Backdrop 遮罩层 组件优化,Nvue端去除v-if使用,修复fixed定位时遮挡位置靠后的fixed元素问题;Nvue端新增属性full,当组件放置根元素下且为absolute定位时可设置遮罩铺满屏幕。

  • Poster 绘制分享海报 组件优化,修复编译到微信小程序功能失效的问题。

  • Qrcode 二维码 组件优化,修复编译到微信小程序功能失效的问题。

  • Barcode 条形码 组件优化,修复编译到微信小程序功能失效的问题。

  • Autograph 手写签名 组件优化,修复编译到微信小程序功能失效的问题。

  • Table 表格 组件优化,修复设置图片类型显示错误的问题。

  • Textarea 多行输入框组件优化,调整maxlength设为-1时,双向绑定不生效的问题。

  • Button 按钮 组件优化,默认调整为细边框(0.5px)。

  • Picker 选择器 组件优化,修复已知问题。

  • DatePicker 日期时间选择器 组件优化,修复已知问题。

  • Badge 徽章 组件优化,修复Nvue端可能出现文本被截断的情况。

  • 优化若干已知问题。

V1.5.0(2022-05-18)

  • 新增 Vtabs 纵向选项卡 组件(VIP组件)。

  • 新增 PuzzleVerify 滑块拼图验证 组件(VIP组件),此组件为 SliderCaptcha 滑块拼图验证 组件的功能补充。详见

  • 新增 Drag 拖拽排序 组件(VIP组件)。

  • 新增 ImageCropper 图片裁剪 组件(VIP组件)。

  • 新增 Table 表格 组件(VIP组件)。

  • Utils 工具 类组件新增函数节流方法使用案例。

  • Badge 徽章 组件优化,新增max属性,当值超过max时使用+号代替,仅为数字时有效。

  • SingleInput 单输入框组件优化,新增清空方法重置输入值(结合原生键盘时使用)。

  • Button 按钮 组件优化,修复微信小程序端@click事件中调用wx.getUserProfile无效的问题以及在subNVue中点击事件失效的问题。

  • Form 表单校验 示例新增其他表单元素,满足更多表单需求。

  • Icon 图标 组件优化,新增支持自定义图标,详见文档说明。

  • DropdownMenu 下拉菜单 组件优化,支持nvue。

  • Input 输入框 组件优化 ,新增 number 属性,修复v-model.number在小程序平台值未转化为Number类型问题。

  • 修复 Grid 宫格 组件 ref 被误删除导致报错的问题。

  • 修复并优化 Circle 圆形进度条 组件在nvue端出错的问题。

  • 修复vue2下使用wxs初始化时可能报错的问题。

  • ActionSheet 上拉菜单 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。

  • BottomNavbar 底部导航栏 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。

  • BottomPopup 底部弹出层 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。

  • DigitalKeyboard 数字键盘 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。

  • Footer 页脚 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。

  • Gallery 画廊 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。

  • LicensePlate 车牌号键盘 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。

  • Select 选择器 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。

  • ShareSheet 分享面板 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。

  • Tabbar 标签栏 组件优化,新增属性 safeArea 控制是否需要适配底部安全区域。

  • BottomPopup 底部弹出层 组件优化,优化Nvue下设置顶部圆角值时IOS底部偶尔出现圆角的问题。

  • 优化若干已知问题。

V1.4.0(2022-03-16)

  • 新增 Circle 圆形进度条 组件(VIP组件)。

  • 新增 Skeleton 骨架屏 组件(VIP组件)。

  • 新增 CubicBezier 贝塞尔曲线 组件(VIP组件)。

  • 新增 SlideVerify 滑动验证 组件(VIP组件)。

  • 新增 RotateVerify 旋转验证 组件(VIP组件)。

  • 新增 SliderCaptcha 滑块拼图验证 组件(VIP组件)。

  • 新增 OverflowHidden 内容超出隐藏 组件(VIP组件)。

  • 新增 Backtop 回到顶部 组件(VIP组件)。

  • 新增 Lazyload 图片懒加载 组件(VIP组件)。

  • 新增 Waterfall 瀑布流 组件(VIP组件)。

  • 优化部分组件在vue3下显示异常,控制台报出警告的问题。

  • 优化 Upload 图片上传 组件。新增属性设置删除图片时是否弹框确认;图片上传数到达限制数max时隐藏选择框。

  • 修复 Preview 表单预览 组件改变数据页面不更新的bug。

  • 优化 Button 按钮 组件在Nvue以及PC中的点击效果。

  • 优化 Card 卡片 组件在Nvue中样式显示不正确的问题。

  • 优化 Message 消息提示 组件,部分props属性可在show方法中传值覆盖。

  • 优化 Select 选择器 组件,修复单选时设置默认选中项无效的问题。

  • 优化 CountDown 倒计时 组件,修复初始化传0触发倒计时结束事件的问题。

  • 修复 Layout 栅格布局 组件属性gutter不生效的bug。

  • 修复 InputNumber 数字输入框 组件在vue3下 blur 事件未在emits中申明的问题。

  • 优化若干已知问题。

V1.3.0(2021-12-31)

  • 新增 Calendar 日历 组件(VIP组件)。

  • 新增 Cascader 级联选择器 组件(VIP组件)。

  • 新增 Slider 滑块 组件(VIP组件)。

  • 新增 Rate 评分 组件(VIP组件)。

  • 新增 Select 选择器 组件(VIP组件)。

  • 新增 Upload 图片上传 组件(VIP组件)。

  • 新增 Gallery 画廊 组件(VIP组件)。

  • 新增 BubbleBox 气泡框 组件(VIP组件)。

  • 新增 BottomNavbar 底部导航栏 组件(VIP组件)。

  • 新增 CountDown 倒计时 组件(VIP组件)。

  • 新增 CopyText 长按复制 组件(VIP组件)。

  • 新增 Timer 计时器 组件(VIP组件)。

  • 新增 Qrcode 二维码 组件(VIP组件)。

  • 新增 Barcode 条形码 组件(VIP组件)。

  • 新增 Autograph 手写签名 组件(VIP组件)。

  • 修复 Textarea 多行输入框 组件回车无法换行的问题。

  • 优化 Request 网络请求 组件,新增加载中提示信息配置项。

  • 优化 Icon 图标 组件,新增部分图标。

  • 优化若干已知问题。

V1.2.0(2021-11-22)

  • 新增 Tabbar 标签栏 组件(VIP组件)。

  • 新增 ActionSheet 上拉菜单 组件。

  • 新增 Toast 轻提示 组件。

  • 新增 Dialog 对话框 组件。

  • 新增 DropdownMenu 下拉菜单 组件。

  • 新增 DropdownList 下拉菜单 组件。

  • 新增 Modal 模态框 组件(VIP组件)。

  • 新增 Landscape 压屏窗 组件(VIP组件)。

  • 新增 Message 消息提示 组件(VIP组件)。

  • 新增 BottomPopup 底部弹出层 组件。

  • 新增 TopPopup 顶部弹出层 组件。

  • 新增 Drawer 抽屉 组件。

  • 新增 NoticeBar 通告栏 组件(VIP组件)。

  • 新增 TimeAxis 时间轴 组件(VIP组件)。

  • 新增 Steps 步骤条 组件(VIP组件)。

  • 新增 Progress 进度条 组件(VIP组件)。

  • 新增 Collapse 折叠面板 组件。

  • 新增 SwiperDot 轮播图指示点 组件(VIP组件)。

  • 新增 DigitalRoller 数字滚轮 组件(VIP组件)。

  • 新增 DigitalKeyboard 数字键盘 组件(VIP组件)。

  • 新增 LicensePlate 车牌号键盘 组件(VIP组件)。

  • 新增 CountdownVerify 验证码倒计时 组件(VIP组件)。

  • 新增 Sticky 吸顶容器 组件(VIP组件)。

  • 新增 Fab 浮动按钮 组件(VIP组件)。

  • 新增 ShareSheet 分享面板 组件(VIP组件)。

  • 新增 FilterBar 筛选栏 组件(VIP组件)。

  • 新增 SwipeAction 滑动菜单 组件。

  • 新增 Picker 选择器 组件(VIP组件)。

  • 新增 DatePicker 日期时间选择器 组件(VIP组件)。

  • 新增 门户模板(物料)。

  • 优化掉部分组件中对头条小程序做兼容的冗余代码。

  • 优化若干已知问题。

V1.1.0(2021-09-07)

  • 调整组件对vue3支持与uni-app官方一致。

  • 新增 Panel 面板 组件(VIP组件)。

  • 新增 Preview 表单预览 组件(VIP组件)。

  • 新增 Empty 缺省页 组件。

  • 新增 SegmentedControl 分段器 组件。

  • 新增 Pagination 分页器 组件。

  • 新增 NavBar 导航栏 组件(VIP组件)。

  • 新增 Tabs 标签页 组件。

  • 新增 Tag 标签 组件。

  • 新增 Backdrop 遮罩层 组件。

  • 新增 Result 结果页 组件(VIP组件)。

  • 新增 Avatar 头像 组件。

  • 新增 Form 表单校验 组件(VIP组件)。

  • 新增 Validator 表单验证(JS)组件(VIP组件)。

  • 新增 SingleInput 单输入框 组件(VIP组件)。

  • 新增 IndexList 索引列表 组件(VIP组件)。

  • 新增 SearchBar 搜索栏 组件(VIP组件)。

  • 新增 登录(A)模板(物料)。

  • 新增 登录(B)模板(物料)。

  • 新增 登录(C)模板(物料)。

  • 新增 登录(D)模板(物料)。

  • 优化若干已知问题。

V1.0.0(2021-08-02)

  • 新增 Color 色彩 ,First UI用色指南。

  • 新增 Icon 图标 组件,First UI字体图标库。

  • 新增 Button 按钮 组件。

  • 新增 Footer 页脚 组件。

  • 新增 Animation 动画 组件。

  • 新增 StatusBar 状态栏 组件。

  • 新增 Layout 栅格布局 组件(fui-row和fui-col)。

  • 新增 Grid 宫格 组件(fui-grid和fui-grid-item)。

  • 新增 List 列表 组件(fui-list和fui-list-cell)。

  • 新增 Card 卡片 组件。

  • 新增 Input 输入框 组件。

  • 新增 InputNumber 数字输入框 组件。

  • 新增 Label 标签 组件。

  • 新增 FormField 表单数据传递 组件(微信/百度/QQ小程序)。

  • 新增 Radio 单选框 组件。

  • 新增 Checkbox 复选框 组件。

  • 新增 Switch 开关 组件。

  • 新增 Textarea 多行输入框 组件。

  • 新增 Loading 加载 组件。

  • 新增 LoadAni 加载动画 组件(VIP组件)。

  • 新增 Badge 徽章 组件。

  • 新增 Alert 警告框 组件。

  • 新增 Divider 分割线 组件。

  • 新增 LoadMore 加载更多 组件。

  • 新增 Clipboard 复制文本 组件(VIP组件)。

  • 新增 Request 网络请求 组件(VIP组件)。

  • 新增 Utils 工具 类组件。

  • 新增 Poster 绘制分享海报 组件(VIP组件)。

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

First UI 是一套基于uni-app开发的组件化、可复用、易扩展、低耦合的跨平台移动端UI 组件库。全面兼容App-Nvue、App-vue、小程序(微信、支付宝、百度、字节、QQ)、H5。文档地址:https://doc.firstui.cn 展开 收起
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/undefined_js/FirstUI.git
git@gitee.com:undefined_js/FirstUI.git
undefined_js
FirstUI
FirstUI
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891