GithubHelp home page GithubHelp logo

mylmz10 / vue-material-3 Goto Github PK

View Code? Open in Web Editor NEW
20.0 1.0 1.0 2.52 MB

Material Design 3 styled components for Vue 3

Home Page: https://mylmz10.github.io/vue-material-3/

License: MIT License

JavaScript 2.78% HTML 0.10% Vue 17.84% SCSS 79.28%
material-design-3 material-you vue-material

vue-material-3's Introduction

Vue Material 3

Version Downloads Bundle Size License

IMPORTANT: Vue Material 3 is a work in progress and subject to major changes until 1.0 release.

The Vue Material 3 provides Vue 3 components which implement the Material You (Material Design 3) specs and tools for building beautiful apps.

Components

  • Autocomplete
  • Badge
  • Buttons
  • Bottom Sheets
  • Carousel
  • Cards
  • Checkbox
  • Chips
  • Date Picker
  • Dialog
  • Divider
  • FABs
  • Icon
  • Icon Button
  • List
  • Menu
  • Navigation Bars
  • Navigation Drawer
  • Navigation Rail
  • Progress Indicator
  • Radio Button
  • Search
  • Segmented Button
  • Side Sheets
  • Slider
  • Snackbar
  • Switch
  • Tabs
  • Text Fields
  • Time Picker
  • Tooltips
  • Top App Bar

Quick Start

Install vue-material-3 using npm or yarn:

npm install vue-material-3 --save
yarn add vue-material-3

Then use in your template:

<template>
  <div>
    <md-elevated-button>It works!</md-elevated-button>
  </div>
</template>

<script>
import { defineComponent } from "vue";
import { MdElevatedButton } from "vue-material-3";

export default defineComponent({
  components: {
    MdElevatedButton,
  },
});
</script>

License

MIT

vue-material-3's People

Contributors

github-actions[bot] avatar mylmz10 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

nuxlight

vue-material-3's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.