Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A lot of fixes made for Vuesax

License

NotificationsYou must be signed in to change notification settings

Brugarolas/vuesax

 
 

vuesaxvuesax


travis ci badgeDownloadsVersionChat

Supporting through Patreon

Vuesax is an open sourceMIT project if you want to contribute to keep improving, If you are interested in supporting this project, please consider becoming a patron.Patron

Become a Patron

Silver

TipeBitBit

Introduction

Vuesax is a framework of components based onvue.js, it is a framework that is designed from scratch to be incrementally adoptable.

The framework is focused on facilitating the development of applications, improving the design of the same without removing the necessary functionality. we want all the components to be independent in colors, shapes and design for a freedom that we like all front-end but without losing the speed of creation and production.

Vuesax 4 (alpha)

We are already creating vuesax 4 you can see the progresshere and if you want to help in the development you can do ithere

Support the project ⭐

If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. 🙏

vuesax-star

Links

Components

Browser Support

Recent versions ofFirefox,Chrome,Edge,Opera andSafari.IE11+

Quick-start CDN

<!DOCTYPE html><html><head><linkhref="https://cdn.jsdelivr.net/npm/vuesax/dist/vuesax.css"rel="stylesheet"><metaname="viewport"content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"></head><body><divid="app"><vs-buttonvs-type="filled">Hello World</vs-button></div><scriptsrc="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script><scriptsrc="https://cdn.jsdelivr.net/npm/vuesax/dist/vuesax.umd.js"></script><script>newVue({el:'#app'})</script></body></html>

CDN Links

Install inside a NPM project

# npmnpm install @brugarolas/vuesax
# yarnyarn add @brugarolas/vuesax

Use

All components

importVuefrom'vue'importVuesaxfrom'@brugarolas/vuesax'import'@brugarolas/vuesax/dist/vuesax.css'Vue.use(Vuesax)

Or use individual components:

importVuefrom'vue'import{vsButton,vsSelect,vsPopup}from'@brugarolas/vuesax'import'@brugarolas/vuesax/dist/vuesax.css'Vue.use(vsButton)Vue.use(vsSelect)Vue.use(vsPopup)

Contribution

Please make sure to read the [Contributing Guide]https://raw.githubusercontent.com/Brugarolas/vuesax/master/CONTRIBUTING.md) before making a pull request.

Brugarolas

This library was created byLusaxweb and is supported byBrugarolas

License

MIT

Packages

No packages published

Languages

  • Vue57.2%
  • Stylus34.2%
  • JavaScript7.6%
  • Shell1.0%

[8]ページ先頭

©2009-2025 Movatter.jp