Get started with muse-ui CDN

MIT licensed

Muse-UI is a Vue.js UI library providing a set of customizable components.

Tags:
  • muse-ui
  • material
  • vuejs2
  • vue2
  • vue

Stable version

Copied!

How to start using muse-ui CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with muse-ui CDN - cdnhub.io</title>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/muse-ui@3.0.2/dist/muse-ui.min.css">
</head>
<body>
  <div id="app">
    <muse-button size="large" type="primary" @click="handleClick">Primary</muse-button>
  </div>
  <script src="https://cdn.cdnhub.io/muse-ui/3.0.2/muse-ui.common.js"></script>
  <script>
    new Vue({
      el: '#app',
      methods: {
        handleClick() {
          this.$Message.info('Click event handled');
        }
      }
    });
  </script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions