niallobrien / vuestrap

Vuestrap Javascript wrapper for Bootstrap 4 components.

Repository from Github https://github.comniallobrien/vuestrapRepository from Github https://github.comniallobrien/vuestrap

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)

About

Vuestrap Javascript wrapper for Bootstrap 4 components.

License:MIT License


Languages

Language:JavaScript 79.6%Language:CSS 20.4%