New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vuestrap

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuestrap

Vuestrap Javascript wrapper for Bootstrap 4 components.

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

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)

Keywords

bootstrap4

FAQs

Package last updated on 26 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts