当前位置:网站首页>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
边栏推荐
- 初识C语言(上)
- Basic DOS commands
- GNSS positioning accuracy index calculation
- Alibaba cloud microservices (I) service registry Nacos, rest template and feign client
- Introduction pointer notes
- Chromatic judgement bipartite graph
- IPv6 experiment
- [algorithm] sword finger offer2 golang interview question 9: subarray with product less than k
- 雇佣收银员【差分约束】
- Record: Navicat premium can't connect to MySQL for the first time
猜你喜欢
[algorithm] sword finger offer2 golang interview question 9: subarray with product less than k
[algorithm] sword finger offer2 golang interview question 6: sum of two numbers in the sorting array
How do architects draw system architecture blueprints?
抽象类和接口
Introduction and use of redis
Wechat applet development experience
阿里云微服务(三)Sentinel开源流控熔断降级组件
Decomposition relation model of the 2022 database of tyut Taiyuan University of Technology
[untitled]
阿里云微服务(二) 分布式服务配置中心以及Nacos的使用场景及实现介绍
随机推荐
RTKLIB: demo5 b34f. 1 vs b33
IText 7 generate PDF summary
Summary of multiple choice questions in the 2022 database of tyut Taiyuan University of Technology
TYUT太原理工大学2022软工导论考试题型大纲
Wechat applet development experience
抽象类和接口
162. Find peak - binary search
MySQL 三万字精华总结 + 面试100 问,吊打面试官绰绰有余(收藏系列
一文搞定 UDP 和 TCP 高频面试题!
Alibaba cloud side: underlying details in concurrent scenarios - pseudo sharing
KF UD decomposition pseudo code implementation advanced [2]
记录:newInstance()过时的代替方法
C code implementation of robust estimation in rtklib's pntpos function (standard single point positioning spp)
[while your roommate plays games, let's see a problem]
Introduction pointer notes
Inheritance and polymorphism (Part 2)
Conceptual model design of the 2022 database of tyut Taiyuan University of Technology
继承和多态(上)
系统设计学习(二)Design a key-value cache to save the results of the most recent web server queries
Experience summary of autumn recruitment of state-owned enterprises