- Notifications
You must be signed in to change notification settings - Fork0
A lot of fixes made for Vuesax
License
Brugarolas/vuesax
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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
Silver
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.
We are already creating vuesax 4 you can see the progresshere and if you want to help in the development you can do ithere
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. 🙏
- 📘Documentation
- 📚Blog
- 🐦 Twitter:@vuesax
- 💬 Chat:Discord
- 🎲 template:Codepen
- 📰 Tutorial Implement:DevAwesome
- 🔧vuesax-helper: is a VS Code extension for Vuesax
- Buttons
- Selects
- Notifications
- Switch
- CheckBox
- Radio
- Input
- Dialogs
- Tabs
- Slider
- InputNumber
- Tooltip
- Upload
- Loading
- Popup
- Avatar
- Breadcrumb
- Alert
- Divider
- Chip
- Progress
- Card
- List
- Pagination
- Topbar
- SideBar
- DropDown
- Table
- Textarea
- Collapse
- Images
Recent versions ofFirefox,Chrome,Edge,Opera andSafari.IE11+
<!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>
- https://cdn.jsdelivr.net/npm/vuesax/dist/vuesax.umd.js
- https://cdn.jsdelivr.net/npm/vuesax/dist/vuesax.css
# npmnpm install @brugarolas/vuesax# yarnyarn add @brugarolas/vuesaximportVuefrom'vue'importVuesaxfrom'@brugarolas/vuesax'import'@brugarolas/vuesax/dist/vuesax.css'Vue.use(Vuesax)
importVuefrom'vue'import{vsButton,vsSelect,vsPopup}from'@brugarolas/vuesax'import'@brugarolas/vuesax/dist/vuesax.css'Vue.use(vsButton)Vue.use(vsSelect)Vue.use(vsPopup)
Please make sure to read the [Contributing Guide]https://raw.githubusercontent.com/Brugarolas/vuesax/master/CONTRIBUTING.md) before making a pull request.
This library was created byLusaxweb and is supported byBrugarolas
About
A lot of fixes made for Vuesax
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Vue57.2%
- Stylus34.2%
- JavaScript7.6%
- Shell1.0%






