Frameworks > Component Collections


uiv 7.44


Bootstrap 3 components implemented by Vue.js.
  • bootstrap
  • ui
  • vue
  • vue3
  • bootstrap_3
  • bootstrap_for_vue
  • ssr
  • web
  • components
  • directives
  • vuejs
  • webcomponents
  • vue_strap
  • vuestrap
  • css
  • affix
  • messagebox
  • notification
  • scrollspy
  • alert
  • button
  • button_group
  • breadcrumbs
  • carousel
  • slider
  • collapse
  • dropdown
  • nav
  • modal
  • navbar
  • pagination
  • popover
  • progress
  • tab
  • tooltip
  • typeahead
  • auto_complete
  • multi_select
last commit 2 years ago
916
Stargazers

Watchers
916
Open issues
7
1396756
Downloads

Last 30 days
71436
Releases
5
74
Final Score

Quality
99
Popularity
27
Maintenance
100

uiv-logo.png

Build Status Coverage Status NPM Downloads NPM Version License

Maintainers wanted!

See https://github.com/uiv-lib/uiv/issues/653

Introduction

uiv is a Bootstrap 3 component lib implemented by Vue.

  • Lightweight
    • All components ~20KB Gziped.
    • No extra CSS file.
    • Individually import supported.
  • Vue 3 supported.
  • SSR (server-side rendering) supported.

If this project has helped you out, please support it with a star :star2:.

Versions

uiv version Vue.js version document
2.x 3.x https://uiv.wxsm.space
1.x 2.x https://uiv-v1.wxsm.space
0.x 2.x https://uiv-v0.wxsm.space

Quick start

$ npm i uiv --save
// main.js
import 'bootstrap/dist/css/bootstrap.min.css'
import { createApp } from 'vue'
import * as uiv from 'uiv'

const app = createApp({ ... })

app.use(uiv)

app.mount(...)

For more information, pls visit https://uiv.wxsm.space/usage/getting-started.html

Changelog

Detailed changes for each release are documented in the release notes.

Special thanks

This project is supported by JetBrains.

jetbrains-logo.png

Project Stats

Alt

License

MIT