• Stars
    star
    105
  • Rank 328,196 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 9 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vuestrap Javascript wrapper for Bootstrap 4 components.

Vuestrap

Vuestrap is a Javascript wrapper for Bootstrap 4 components.

Primarily used as a foundation to an open source library of components built with Vue.js, but could be used in any project that needs Bootstrap 4 components.

The Concept

alt text

Usage

npm install vuestrap

You can import individual components like so:

import 'vuestrap/core'
import 'vuestrap/alert'

To import all components:

import 'vuestrap/components'

To import everything (components and core):

import 'vuestrap'

*Note: You will need Babel Loader in your Webpack config file to support ES6 syntax.

List of components using vuestrap

TODO

  • update to Bootstrap 4 stable version (as soon as it is ready)