基于 Vue 2.0 开发的 UI 组件库 fish-ui

码农软件 · 软件分类 · UI组件库 · 2019-08-01 17:42:04

软件介绍

 

fish-ui 是基于vue2开发的一套ui组件库,其中css部分借鉴了semantic-ui的样式

demo: https://myliang.github.io/fish-ui/

github: https://github.com/myliang/fish-ui

安装

npm install less less-loader -S
npm install fish-ui -S

 快速使用

import Vue from 'vue'
import FishUI from 'fish-ui'
Vue.use(FishUI)

手动导入

import 'fish-ui/styles/button.less'
import Button from 'fish-ui/src/components/Button.vue'
Vue.component(Button.name, Button)

支持的组件列表

  • BackTop

  • Button

  • Buttons

  • Calendar

  • Card

  • Carousel

  • CarouselItem

  • Cascader

  • Checkbox

  • Checkboxes

  • Col

  • DatePicker

  • Dropdown

  • Field

  • Fields

  • Form

  • Input

  • InputNumber

  • Layout

  • Menu

  • Message

  • Modal

  • Option

  • Pagination

  • Radio

  • Radios

  • Row

  • Select

  • Steps

  • Step

  • Submenu

  • Table

  • TabPane

  • Tabs

  • Tag

  • Tags

  • TimePicker

  • Upload

  • Tree

  • Tree Select

本文地址:https://codercto.com/soft/d/11427.html

Hacker's Delight

Hacker's Delight

Henry S. Warren Jr. / Addison-Wesley / 2002-7-27 / USD 59.99

A collection useful programming advice the author has collected over the years; small algorithms that make the programmer's task easier. * At long last, proven short-cuts to mastering difficult aspec......一起来看看 《Hacker's Delight》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具