基于 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://www.codercto.com/soft/d/11427.html

Ajax Design Patterns

Ajax Design Patterns

Michael Mahemoff / O'Reilly Media / 2006-06-29 / USD 44.99

Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a s......一起来看看 《Ajax Design Patterns》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具