Awesome
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
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 <a href="https://github.com/babel/babel-loader">Babel Loader</a> in your Webpack config file to support ES6 syntax.
List of components using vuestrap
- Base Vuestrap Components - A complete set of Bootstrap 4 components -- by kzima
- Gritcode Components - More custom components -- by kzima/gritcode
- Svg Icons - A complementary set of svg icons wrapped in a
<icon>
component -- by kzima - Docs for web components - A small app with
<docs-search>
and<docs-demo>
components to showcase other web components -- by kzima
TODO
- update to Bootstrap 4 stable version (as soon as it is ready)