PHPackages                             desfpc/vuebootstrap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. desfpc/vuebootstrap

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

desfpc/vuebootstrap
===================

Vue bootstrap components

1.05(1y ago)1106[2 issues](https://github.com/desfpc/vueBootstrap/issues)Apache-2.0JavaScript

Since Jun 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/desfpc/vueBootstrap)[ Packagist](https://packagist.org/packages/desfpc/vuebootstrap)[ RSS](/packages/desfpc-vuebootstrap/feed)WikiDiscussions master Synced today

READMEChangelog (6)DependenciesVersions (13)Used By (0)

vueBootstrap
============

[](#vuebootstrap)

Vue js bootstrap 5 components

Validation
----------

[](#validation)

Component and plugin for vue 3 and bootstrap 5 validation

### Usage

[](#usage)

1. Copy \*.js files to your project (in example to /js/vuebootstrap/ folder)
2. Main Vue app file:

```
const { createApp } = Vue
import App from '/js/app.js'
import Validation from '/js/vuebootstrap/validation.js'
import Validate from '/js/vuebootstrap/validate.js'

const app = createApp(App)

app.use(Validation, {});
app.component("Validate", Validate);

app.mount("#app");
```

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)
- &lt;input... - any form element
- &lt;input :class="errorClass" - validated class for input

4. Check your form for valid in your App:

```
if (this.$checkValidation()) {
    // Form is valid
} else {
    // Form is invalid
}
```

Tabs
----

[](#tabs)

Component for vue 3 and bootstrap 5 tabs

### Usage

[](#usage-1)

1. Copy \*.js files to your project (in example to /js/vuebootstrap/ folder)
2. Main Vue app file:

```
const { createApp } = Vue
import App from '/js/vendor/authorize/profile.js'
import Tabs from '/js/vuebootstrap/tabs.js'

const app = createApp(App)

app.component("Tabs", Tabs);

app.mount("#app");
```

3. In your App add tabs element:

```

        test tab 1 body

        test tab 2 body

```

Where:

- tabsjson - json array with tabs names and ids
- startactivetab - id of tab which will be active after page load
- `` - body of tab with id "test\_tab\_1"

Active Table
------------

[](#active-table)

Component for vue 3 and bootstrap 5 table with ordering, pagination and filters

Link
----

[](#link)

Button
------

[](#button)

AInput
------

[](#ainput)

ASelect
-------

[](#aselect)

Alert
-----

[](#alert)

Helper
------

[](#helper)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~56 days

Recently: every ~125 days

Total

10

Last Release

598d ago

Major Versions

0.24 → 1.0b2023-06-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c5383e03374ae452c8f4f2c6ec0d4f863264d5ab16b886580e65862dfee791d?d=identicon)[desfpc](/maintainers/desfpc)

---

Top Contributors

[![desfpc](https://avatars.githubusercontent.com/u/783571?v=4)](https://github.com/desfpc "desfpc (32 commits)")

### Embed Badge

![Health badge](/badges/desfpc-vuebootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/desfpc-vuebootstrap/health.svg)](https://phpackages.com/packages/desfpc-vuebootstrap)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
