Home>Article>Web Front-end> 20+ practical Vue component libraries, come and collect them!
This article summarizes and shares with you 20 usefulVuecomponent libraries, which can help developers improve development efficiency and aesthetics. I hope it will be helpful to everyone!
In this article, we will share some common vue.js components.
vue video tutorial)
Features are as follows:It provides light, simple and beautiful toast tips. It has built-in Nuxt support. Moreover, it supports the new Composition API and Vue 3. We can also use JSX to develop custom components to provide more flexible functionality. Plus, universal registration allows it to be used within any application, even React. It has several features:
Address: https://github.com/shakee93/vue-toasted
Vue Toasted is one of the best toast (prompt) plug-ins for Vue. It is trusted by many organizations such as Vue, Laravel, NuxtJS, etc. It is highly responsive, has good compatibility, is easy to use, attractive, and has rich functions, icons, actions, etc.
Address: https://github.com/se-panfilov/vue-notifications
Vue Notifications is a library-independent notification component, non-blocking.
VueNotiments connects your application with notification UI libraries. Support miniToastr, VueToasted, VueEasyToast, toastr, iziToast, Noty, swal.
Address: https://f3oall.github.io/awesome-notifications/
Awesome Notifications is a lightweight, fully customizable JavaScript Vue Awesome Notifications, which is the Vue.js version of the Awesome Notifications library.
Address: https://github.com/f /vue-wait
Vue Wait This is a complex loader and progress management component for VUE, Vuex and Nuxt applications.
Vue Wait helps manage multiple loading states on a page without any conflicts between states. Based on a very simple idea: by managing an array (or Vuex store) with multiple loading states, let the built-in loader component listen for registered loaders and enter the loading state immediately.
Address: https://github.com/egoist/vue-content-loader
Vue Content Loader is an SVG placeholder loader based on Vue.js, a customizable SVG component used to create placeholder loads, such as Facebook loading cards. Vue Content Loader is a Vue implementation of react-content-loader.
Address: https://epic-spinners.epicmax.co/
EpicSpinners It is a set of easy-to-use web page loading effects created with pure CSS. It also integrates Vue components and can be easily used in Vue projects. Since it is created with pure CSS, you can integrate and use it in any web page project!
Address: https://github.com/wyzantinc/vue-radial-progress
Vue Radial Progress This is a loader component with a radial progress bar effect. It uses svg and javascript to draw a loader with a gradient radial progress bar effect. It can be used as a loading and progress prompt.
Address: https://github.com/ egoist/vue-feather-icons
Feather is a set of open source icon libraries for designers and developers. It is a simple and beautiful open source icon library. Each icon is designed on a 24×24 grid, emphasizing simplicity, consistency and legibility. Many front-end frameworks produced by major manufacturers have built-in icons that are free for commercial use. Its characteristics are as follows:
Address: https://github.com/Justineo/vue-awesome
Font Awesome is a popular icon font library. In the actual development process, we often encounter scenarios where icons need to be used. For some commonly used icons, we can find them directly in Font Awesome without a designer. use. Personally, I feel that Font Awesome's icons are quite complete. It contains most of the icons and supports various frameworks.
Address: https://github.com/apexcharts /vue-apexcharts
Apexccharts is a modern JavaScript charting library for building interactive charts and visualizations via a simple API. Vue Apexcharts is a Vue.js component of ApexCharts.
Address: https://github.com/ecomfe/vue-echarts
vue-echarts is a component library implemented based on the echarts package. You can directly install the reference according to the normal component reference method. For specific installation and reference readers can directly read the vue-echarts technical documentation.
Address: https://github.com/apertureless/vue-chartjs
vue-chartjs is a Vue The encapsulation of Chart.js allows users to easily use Chart.js in Vue and easily create reusable chart components. It is very suitable for people who need simple charts and run them as fast as possible. vue-chartjs abstracts the basic logic and also exposes Chart.js objects, allowing users to gain maximum flexibility.
Address: https://github.com/ElemeFE/v-charts
V-Charts is an icon component encapsulated based on Vue2.0 and Echarts. It only needs to uniformly provide a data format that is friendly to both the front and back ends and set simple configuration items to generate common charts.
Address: https://github.com/ riderx/vue-timer-hook
The Vue3 timer module is inspired by react-timer-hook. Additionally, it is a custom hook to handle timers, stopwatches and time logic/state in vue 3 components.
Address: https://github.com/guastallaigor/vue-horizontal-timeline
Vue Horizontal Timeline is a simple horizontal timeline component made with Vue.js.
(Learning video sharing:web front-end development,Basic programming video)
The above is the detailed content of 20+ practical Vue component libraries, come and collect them!. For more information, please follow other related articles on the PHP Chinese website!