1.0.3 • Published 9 years ago

vuestrap v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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

  • Base Vuestrap Components - A complete set of Bootstrap 4 components -- by kzima
  • 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)
1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.5.0

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago