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 Vue.js 2 UI component library.

License

NotificationsYou must be signed in to change notification settings

meilenstein-io/vue-atlas

 
 

Repository files navigation

Documentation and examples athttps://vue-atlas.com

Installation and usage

$ yarn add vue-atlas# or$ npm install vue-atlas

You can either import all of the components into your project or, to decrease bundle size, import only the components you require.

📦 Importing components

As a whole

importVuefrom'vue'importVafrom'vue-atlas'import'vue-atlas/dist/vue-atlas.css'Vue.use(Va,'en')

Individually

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)

🎉 Contributors

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue65.6%
  • CSS22.0%
  • JavaScript12.2%
  • Other0.2%

[8]ページ先頭

©2009-2025 Movatter.jp