vue-composition-ui A Vue 3 composition UI library
A Vue 3 composition UI library
via npm
yarn add @vue-composition-ui/pagination
via cdn
<script src="https://unpkg.com/@vue-composition-ui/[email protected]"></script>
esm:
import { usePagination, useGuaranteePageSize } from '@vue-composition-ui/pagination'
commonjs:
const { usePagination, useGuaranteePageSize } = '@vue-composition-ui/pagination'
browser:
// 'VueCompositionUi' + PackageNameWithPascalCase
const { usePagination, useGuaranteePageSize } = window.VueCompositionUiPagination
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
Author: js-cosmos
Demo: https://codesandbox.io/s/github/js-cosmos/vue-composition-ui/tree/develop/examples
Source Code: https://github.com/js-cosmos/vue-composition-ui
In this article, we are going to list out the most popular websites using Vue JS as their frontend framework. Vue JS is one of those elite progressive JavaScript frameworks that has huge demand in the web development industry. Many popular websites are developed using Vue in their frontend development because of its imperative features.
Vue Native is a framework to build cross platform native mobile apps using JavaScript. It is a wrapper around the APIs of React Native. So, with Vue Native, you can do everything that you can do with React Native. With Vue Native, you get
In this article, you’ll learn how to build a Vue custom select component that can be easily be styled using your own CSS. In fact, it’s the same component that we use in production on Qvault, and you can see it in action on the playground.
There are plenty of libraries out there that will have you up and running with a good tooltip solution in minutes. However, if you are like me, you are sick and tired of giant dependency trees that have the distinct possibility of breaking at any time.
Vue-ShortKey - The ultimate shortcut plugin to improve the UX .Vue-ShortKey - plugin for VueJS 2.x accepts shortcuts globaly and in a single listener.