🍱 Vue.js components for Nextcloud app development ✌ https://npmjs.org/@nextcloud/vue
80f7650593 | ||
---|---|---|
packages/webpack4-template-simple | ||
src | ||
.babelrc.js | ||
.browserslistrc | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
.stylelintignore | ||
.stylelintrc.js | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
README.md | ||
package-lock.json | ||
package.json | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |
README.md
Vue components
This repo contains the various Vue.js components that Nextcloud uses for its internal design and structure.
Installation
npm i --save nextcloud-vue
Usage
import { AppNavigation } from 'nextcloud-vue'
List of the components
- AppNavigation
- DatePicker
- PopoverMenu
- Multiselect
- Avatar
- and many more...