@lexxyungcarter/coreui-vue
v3.0.0-rc.1
Published
CoreUI Vue Bootstrap 4 layout components
Downloads
3
Maintainers
Readme
@lexxyungcarter/coreui-vue
A fork from @coreui/vue
A @coreui/vue
v3
library project
for use with CoreUI v3-alpha
Open Source Bootstrap Admin Template
Installation
npm i @lexxyungcarter/coreui-vue
@coreui/vue can be used as a module in both CommonJS and ES modular environments.
When in non-modular environment, @coreui/vue will register all the components to vue by itself.
ES6
//
// You can register a component manually
//
import { CSwitch } from '@coreui/vue';
export default {
...
components: {
CSwitch
},
...
};
//
// or register the whole module with vue
//
import ModuleLibrary from '@coreui/vue';
// Install this library
Vue.use(ModuleLibrary);
Why This Fork
The @coreui
team has lately been slow on merging PRs and releasing versions. With this package, things will be done faster, always kept updated with the parent fork, while introducing some much awaited & crucial updates.
A lot of customization and default overrides (via slots) shall be offered, which is the main reason why this project exists.
Credits
A lot of components were build based on Bootstrap-Vue library (https://bootstrap-vue.js.org/)
Changelog
See the GitHub release history.
Contributing
See CONTRIBUTING.md.