Material design style mobile component library based on Vue3

Material design style mobile component library based on Vue3

2022-09-30 0 991
Resource Number 43937 Last Updated 2025-02-24
¥ 0USD Upgrade VIP
Download Now Matters needing attention
Can't download? Please contact customer service to submit a link error!
Value-added Service: Installation Guide Environment Configuration Secondary Development Template Modification Source Code Installation

In this issue, we recommend varlet-ui, a Material Design-style mobile component library based on Vue3.

Material design style mobile component library based on Vue3插图

Varlet is a Material-style mobile component library developed based on Vue3. It fully embraces the Vue3 ecosystem and is maintained by the component library team established by the community.

class=”pgc-h-arrow-right” data-track=”6″>

    • Provide 50 high quality common components
    • Component is very lightweight
    • Developed by Chinese people, complete Chinese and English documentation and logistics support
    • Support

on demand

  • Support theme customization
  • Support internationalization
  • Support webstorm, vscode component attribute highlighting
  • Support SSR
  • Support Typescript
  • Ensure 90% or more unit test coverage and provide stability assurance
  • Support dark mode

class=”pgc-h-arrow-right” data-track=”20″> Install

CDN

varlet.js contains all the styles and logic of the component library.

< div id="app"> < /div> 
< script src="https://cdn.jsdelivr.net/npm/vue@next"> < /script> 
< script src="https://cdn.jsdelivr.net/npm/@varlet/ui/umd/varlet.js"> < /script> 
< script> 
const app = Vue.createApp({
template: '< var-button> Button < /var-button> '
})
app.use(Varlet).mount('#app')
< /script> 

Webpack / Vite

# install via npm or yarn or pnpm 

# npm
npm i @varlet/ui -S

# yarn
yarn add @varlet/ui

# pnpm
pnpm add @varlet/ui
import App from './App.vue'
import Varlet from '@varlet/ui'
import { createApp } from 'vue'
import '@varlet/ui/es/style.js'

createApp(App).use(Varlet).mount('#app')

class=”pgc-h-arrow-right” data-track=”27″>

Manually introduce

Each component is a Vue plug-in and consists of component logic and style files that are manually introduced and used as follows.

import { createApp } from 'vue'
import { Button } from '@varlet/ui'
import '@varlet/ui/es/button/style/index.js'

createApp().use(Button)

automatically introduces

All components declared in the template will be automatically scanned by the unplugin-vue-components plugin, which will automatically import the component logic and style files and register the components.

# Install plugins

# npm
npm i unplugin-vue-components -D

# yarn
yarn add unplugin-vue-components -D

# pnpm
pnpm add unplugin-vue-components -D

Vue Cli

// vue.config.js
const Components = require('unplugin-vue-components/webpack')
const { VarletUIResolver } = require('unplugin-vue-components/resolvers')

module.exports = {
  configureWebpack: {
    plugins: [
      Components({
        resolvers: [VarletUIResolver()]
      })
    ]
  }
}

Vite

// vite.config.js
import vue from '@vitejs/plugin-vue'
import components from 'unplugin-vue-components/vite'
import { VarletUIResolver } from 'unplugin-vue-components/resolvers'
import { defineConfig } from 'vite'

export default defineConfig({
  plugins: [
    vue(),
    components({
      resolvers: [VarletUIResolver()]
    })
  ]
})

use

After the configuration is complete, use the following

< template> 
< var-button>  < /var-button> 
< /template> 

class=”pgc-h-arrow-right” data-track=”42″>

The first side of the component library provides themes for dark mode, which has the advantage of being more readable in low light environments.

Switch topics

< var-button block @click="toggleTheme"> Switch themes < /var-button> 
import dark from '@varlet/ui/es/themes/dark'
import { StyleProvider } from '@varlet/ui'

export default {
  setup() {
    let currentTheme
    
    const toggleTheme = () => {
      currentTheme = currentTheme ? null : dark
      StyleProvider(currentTheme)
    }
    
    return { toggleTheme }
  }
}

Inject the text and background color variables recommended by the component library to control the overall color

body {
  transition: background-color .25s;
  color: var(--color-text);
  background-color: var(--color-body);
}

class=”pgc-h-arrow-right” data-track=”48″> base component

Button

Material design style mobile component library based on Vue3插图1

Loading

Material design style mobile component library based on Vue3插图2

Badge

Material design style mobile component library based on Vue3插图3

class=”pgc-h-arrow-right” data-track=”55″> Display component

Skeleton

Material design style mobile component library based on Vue3插图4

Progress

Material design style mobile component library based on Vue3插图5

Steps

Material design style mobile component library based on Vue3插图6

class=”pgc-h-arrow-right” data-track=”61″>

Tabs

Material design style mobile component library based on Vue3插图7

IndexBar

Material design style mobile component library based on Vue3插图8

More components can be read by yourself, component address:

https://varlet.gitee.io/varlet-ui/#/zh-CN/style-provider

—END—

Open source protocol: MIT

资源下载此资源为免费资源立即下载
Telegram:@John_Software

Disclaimer: This article is published by a third party and represents the views of the author only and has nothing to do with this website. This site does not make any guarantee or commitment to the authenticity, completeness and timeliness of this article and all or part of its content, please readers for reference only, and please verify the relevant content. The publication or republication of articles by this website for the purpose of conveying more information does not mean that it endorses its views or confirms its description, nor does it mean that this website is responsible for its authenticity.

Ictcoder Free source code Material design style mobile component library based on Vue3 https://ictcoder.com/kyym/material-design-style-mobile-component-library-based-on-vue3.html

Share free open-source source code

Q&A
  • 1, automatic: after taking the photo, click the (download) link to download; 2. Manual: After taking the photo, contact the seller to issue it or contact the official to find the developer to ship.
View details
  • 1, the default transaction cycle of the source code: manual delivery of goods for 1-3 days, and the user payment amount will enter the platform guarantee until the completion of the transaction or 3-7 days can be issued, in case of disputes indefinitely extend the collection amount until the dispute is resolved or refunded!
View details
  • 1. Heptalon will permanently archive the process of trading between the two parties and the snapshots of the traded goods to ensure that the transaction is true, effective and safe! 2, Seven PAWS can not guarantee such as "permanent package update", "permanent technical support" and other similar transactions after the merchant commitment, please identify the buyer; 3, in the source code at the same time there is a website demonstration and picture demonstration, and the site is inconsistent with the diagram, the default according to the diagram as the dispute evaluation basis (except for special statements or agreement); 4, in the absence of "no legitimate basis for refund", the commodity written "once sold, no support for refund" and other similar statements, shall be deemed invalid; 5, before the shooting, the transaction content agreed by the two parties on QQ can also be the basis for dispute judgment (agreement and description of the conflict, the agreement shall prevail); 6, because the chat record can be used as the basis for dispute judgment, so when the two sides contact, only communicate with the other party on the QQ and mobile phone number left on the systemhere, in case the other party does not recognize self-commitment. 7, although the probability of disputes is very small, but be sure to retain such important information as chat records, mobile phone messages, etc., in case of disputes, it is convenient for seven PAWS to intervene in rapid processing.
View details
  • 1. As a third-party intermediary platform, Qichou protects the security of the transaction and the rights and interests of both buyers and sellers according to the transaction contract (commodity description, content agreed before the transaction); 2, non-platform online trading projects, any consequences have nothing to do with mutual site; No matter the seller for any reason to require offline transactions, please contact the management report.
View details

Related Article

make a comment
No comments available at the moment
Official customer service team

To solve your worries - 24 hours online professional service