Download the PHP package desfpc/vuebootstrap without Composer
On this page you can find all versions of the php package desfpc/vuebootstrap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package vuebootstrap
vueBootstrap
Vue js bootstrap 5 components
Validation
Component and plugin for vue 3 and bootstrap 5 validation
Usage
1) Copy *.js files to your project (in example to /js/vuebootstrap/ folder) 2) Main Vue app file:
3) In your App add validation to any form element:
Where you can change:
- $validationRules.string - rule for validation (See all rules in validation.js)
- <input... - any form element
- <input :class="errorClass" - validated class for input 4) Check your form for valid in your App:
Tabs
Component for vue 3 and bootstrap 5 tabs
Usage
1) Copy *.js files to your project (in example to /js/vuebootstrap/ folder) 2) Main Vue app file:
3) In your App add tabs element:
Where:
- tabsjson - json array with tabs names and ids
- startactivetab - id of tab which will be active after page load
<template v-slot:test_tab_1>
- body of tab with id "test_tab_1"
Active Table
Component for vue 3 and bootstrap 5 table with ordering, pagination and filters
Link
Button
AInput
ASelect
Alert
Helper
All versions of vuebootstrap with dependencies
PHP Build Version
Package Version
No informations.
The package desfpc/vuebootstrap contains the following files
Loading the files please wait ....