当前位置:网站首页>View UI plus released version 1.2.0 and added image, skeleton and typography components
View UI plus released version 1.2.0 and added image, skeleton and typography components
2022-07-06 13:15:00 【View Design】
View UI Plus 1.2.0 The version is on 2022-06-13 Release .
Update log
Please go to the official website www.iviewui.com Check out the latest version of .
- New typesetting component
Typography, Built in rich content layout UI, Support copy 、 Editable 、 Omit and other functions .Typography contain 5 A component :Typography Content structure
Title title
Paragraph The paragraph
Text Inline text
Link link
Add a skeleton screen component
Skeleton.- New picture component
Image. There are two components :Image picture
ImagePreview Preview picture
Repair part CSS Problems that go wrong in some environments .
Repair Row Components types Wrong question .
Repair Alert The component icon is not centered .
Update method
1. modify package.json in view-ui-plus Version number :
"dependencies": {
"view-ui-plus": "^1.2.0"
}
2. function npm update view-ui-plus.
Content abstract
Image Picture components
The picture component can be used for various typesetting of a picture , Use fit Property to set various zoom effects for the picture ,width and height You can set the width and height of the picture ,src Specify the picture address , such as :

<Image
src="https://file.iviewui.com/images/image-demo-11.jpg"
fit="contain"
width="100px"
height="100px"
/>
Set properties lazy You can load pictures lazily , By default, it will automatically find the latest one overflow The value is auto or scroll Parent element of . When scrolling to the visible area of the picture , Will load the picture . Of course , You can also set properties scroll-container To specify the container . You can experience the lazy loading of pictures online here : https://run.iviewui.com/HoVFMqS7
besides , The picture component can also customize the loading prompt 、 Load failure prompt and other common attributes . You can see file API
ImagePreview Picture preview component
Picture preview can be done in Image Open properties on the component preview Use , Or directly used alone ImagePreview Image preview component :

Picture preview needs to specify a set of picture addresses preview-list And the default number of images displayed initial-index.
Picture preview support Zoom in 、 narrow 、 rotate 、1:1 Look at the original picture 、 Forward and backward switching And so on , It also supports keyboard operation .
Online experience address :https://run.iviewui.com/T2V78Fay
Skeleton Frame screen assembly
The skeleton screen component is used to provide a placeholder combination where data needs to be loaded .
Basic effect , Include head image 、 title 、 The paragraph

The skeleton screen can also be customized , Such as length 、 Height 、 shape 、 Animation 、 Typesetting, etc

Typography Typesetting components
Show the title 、 The paragraph 、 List, etc , Often used in articles 、 Document layout .
Support common accessibility , Like copying 、 Editable 、 Ellipsis, etc .

Typography Every component of , Can be turned on Copy function , Just one parameter copyable:

<Paragraph copyable> This is a piece of text that can be copied </Paragraph>
It also supports directly on the current paragraph Edit and save , Just turn it on editable attribute :

Editing support from Default slot Read , Or directly through v-model Two way binding data :
<template>
<Paragraph editable @on-edit-end="handleSave1">{
{ content1 }}</Paragraph>
<Paragraph v-model="content2" editable />
</template>
<script>
export default {
data () {
return {
content1: ' Text that can be edited and saved directly ',
content2: ' Also support v-model Fast binding '
}
},
methods: {
handleSave1 (content) {
this.content1 = content;
}
}
}
</script>
For long paragraphs , You can also turn on properties ellipsis Omit , And Tooltip Display the complete content in the form of :

More complete content , succeed in inviting sb. View Design Official website view :iView / View Design A set of enterprise class UI Component libraries and front-end solutions
边栏推荐
- 编辑距离(多源BFS)
- Heap sort [handwritten small root heap]
- Tyut Taiyuan University of technology 2022 "Mao Gai" must be recited
- 初识指针笔记
- 初识C语言(下)
- 167. Sum of two numbers II - input ordered array - Double pointers
- 错误:排序与角标越界
- 121道分布式面试题和答案
- Fairygui bar subfamily (scroll bar, slider, progress bar)
- Error: symbol not found
猜你喜欢

十分钟彻底掌握缓存击穿、缓存穿透、缓存雪崩

几道高频的JVM面试题

Fgui project packaging and Publishing & importing unity & the way to display the UI
![[algorithm] sword finger offer2 golang interview question 3: the number of 1 in the binary form of the first n numbers](/img/64/0f352232359c7d44f12b20a64c7bb4.png)
[algorithm] sword finger offer2 golang interview question 3: the number of 1 in the binary form of the first n numbers

Implementation of Excel import and export functions

View UI Plus 发布 1.3.0 版本,新增 Space、$ImagePreview 组件

堆排序【手写小根堆】

Wechat applet development experience

Alibaba cloud side: underlying details in concurrent scenarios - pseudo sharing

闇の連鎖(LCA+树上差分)
随机推荐
C code implementation of robust estimation in rtklib's pntpos function (standard single point positioning spp)
TYUT太原理工大学往年数据库简述题
Decomposition relation model of the 2022 database of tyut Taiyuan University of Technology
2022国赛Re1 baby_tree
Iterable、Collection、List 的常见方法签名以及含义
Record: newinstance() obsolete replacement method
异常:IOException:Stream Closed
TYUT太原理工大学2022软工导论考试题型大纲
165. Compare version number - string
Record: solution of 404 error of servlet accessing database in dynamic web project
[rtklib] preliminary practice of using robust adaptive Kalman filter under RTK
Shortest Hamilton path (pressure DP)
Alibaba cloud microservices (II) distributed service configuration center and Nacos usage scenarios and implementation introduction
[algorithm] sword finger offer2 golang interview question 9: subarray with product less than k
面试必备:聊聊分布式锁的多种实现!
记录:初次cmd启动MySQL拒接访问之解决
Error: symbol not found
Record: the solution of MySQL denial of access when CMD starts for the first time
Application architecture of large live broadcast platform
A brief introduction to the database of tyut Taiyuan University of technology in previous years