Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork723
New Framework Components for Vue.js 2
License
lusaxweb/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 -v4
- Selects -v4
- Notifications -v4
- Switch -v4
- CheckBox -v4
- Radio -v4
- Input -v4
- Dialogs
- Tabs
- Slider
- InputNumber
- Tooltip -v4
- Upload
- Loading -v4
- Popup
- Avatar -v4
- Breadcrumb
- Alert -v4
- 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 vuesax# yarnyarn add vuesaximportVuefrom'vue'importVuesaxfrom'vuesax'import'vuesax/dist/vuesax.css'Vue.use(Vuesax)
importVuefrom'vue'import{vsButton,vsSelect,vsPopup}from'vuesax'import'vuesax/dist/vuesax.css'Vue.use(vsButton)Vue.use(vsSelect)Vue.use(vsPopup)
Please make sure to read theContributing Guide before making a pull request.
This library was created and is supported byLusaxweb
About
New Framework Components for Vue.js 2
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.






