Lightweight UI components for Vue.js based on Bulma
Buefy is a lightweight library of responsive UI components for Vue.js based on Bulma framework and design.
The documentation is in the docs directory, it serves as the demo as well.
Browse online documentation here.
You need Vue.js version 2.6+.
npm install buefy
Bundle ```javascript import Vue from 'vue'; import Buefy from 'buefy'; import 'buefy/dist/buefy.css';
Vue.use(Buefy);
or Individual Components ```javascriptimport Vue from 'vue' import { Field, Input } from 'buefy' import 'buefy/dist/buefy.css'
Vue.use(Field) Vue.use(Input)
If you want to customize the icons or the theme, refer to the customization section on the documentation.
Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+ is only partially supported.
Please see the contributing guidelines
Version will follow v0.Y.Z, where:
Walter Tommasi |
Special thanks to Rafael Beraldo, the original author.
Thanks goes to these wonderful people (emoji key):
Rafael Beraldo 💻 |
Alexandre Paradis 💻 |
Yuxing Liao 💻 |
Adrien 💻 |
Apolokak Lab 💻 |
Antério Vieira 💻 |
Jorge Nieto 💻 |
Mateus Machado Luna 💻 |
All contributors |
This project follows the all-contributors specification. Contributions of any kind welcome!
Code released under MIT license.