A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/balmjs/balm-ui/tree/8.x below:

GitHub - balmjs/balm-ui at 8.x

Next Generation Material UI for Vue.js

TL;DR: Vue 3 is now the new default version as of Monday, February 7, 2022!

(old) material.balmjs.com -> v8.material.balmjs.com

BalmUI is a modular and customizable Material Design UI library for Vue.js.

🎉 NOW, balm-ui (v9+) supports for Vue 3.0

1. For Balm CLI (Recommended)
balm init vue#legacy my-project
cd my-project
yarn add balm-ui@8
# OR
npm install --save balm-ui@8

update balm.config.js

1.4 Development and testing 1.5 Bundling and deployment
vue create my-project
cd my-project
yarn add balm-ui@8
# OR
npm install --save balm-ui@8
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Hello BalmUI</title>
    <link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/npm/balm-ui/dist/balm-ui.css"
    />
  </head>
  <body>
    <div id="app">
      <ui-button @click="$alert(message)" icon="add">SayHi</ui-button>
    </div>
    <script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
    <script src="https://cdn.jsdelivr.net/npm/balm-ui"></script>
    <script src="https://cdn.jsdelivr.net/npm/balm-ui/dist/balm-ui-plus.js"></script>
    <script>
      new Vue({
        el: '#app',
        data: {
          message: 'Hello BalmUI'
        }
      });
    </script>
  </body>
</html>

Enjoy 👻

We'd love for you to contribute and make BalmUI even better than it is today! Please make sure to read the Contributing Guide before making a pull request. You can submit any ideas as pull requests or as GitHub issues.

We officially support the last two versions of every major browser. Specifically, we test on the following browsers:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4