forked fromnvms/vue-atlas
- Notifications
You must be signed in to change notification settings - Fork0
🌐 A Vue.js 2 UI component library.
License
NotificationsYou must be signed in to change notification settings
meilenstein-io/vue-atlas
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Documentation and examples athttps://vue-atlas.com
$ yarn add vue-atlas# or$ npm install vue-atlasYou can either import all of the components into your project or, to decrease bundle size, import only the components you require.
importVuefrom'vue'importVafrom'vue-atlas'import'vue-atlas/dist/vue-atlas.css'Vue.use(Va,'en')
For now, component stylesheets have not been modularized, so you will need to import the entire CSS bundle.
importVuefrom'vue'import{VaButton}from'vue-atlas/src/Button'import{VaSelect}from'vue-atlas/src/Select'import{VaDropdown}from'vue-atlas/src/Dropdown'import'vue-atlas/dist/vue-atlas.css'Vue.use(VaButton)Vue.use(VaSelect)Vue.use(VaDropdown)
If you would like to contribute, please readCONTRIBUTING.md.
Many thanks to those of you who have taken an interest in this project and have decided to make contributions. Significant contribution will get you added to the list!
About
🌐 A Vue.js 2 UI component library.
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Vue65.6%
- CSS22.0%
- JavaScript12.2%
- Other0.2%