Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

A Custom version of bootstrap, specifically for Drip Purposes

License

Notifications You must be signed in to change notification settings

dripcapital/bootstrap-vue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drip Custom Bootstrap

Installation steps

  • Remove Bootstrap-vue if already installed (check pacakge.json for this)
  • npm install git://github.com/dripcapital/bootstrap-vue
  • For Rails Setup ..* Inside the main scss file copy(path can be different)
@import 'bootstrap/dist/css/bootstrap.min.css';
@import 'bootstrap-vue/dist/bootstrap-vue.css';
@import '../../../node_modules/bootstrap-vue/src/index.scss';
  • For Nuxt/Vue Setup ..* Inside the main scss files(above all the other variables)
    @import 'variables';
    @import '~bootstrap-vue/src/index.scss';
    @import '~bootstrap/scss/bootstrap.scss';
  • ordering of the above statements is important

Features

  • Currently the custom version contains only custom drip colors
  • To create buttons, forms, checkbox or any other thing use ${element}-primary(for drip green color) and ${element}-secondary(for drip blue color)
  • For spacing and margin, instead of creating a new class use bootstrap default classes for margin and paddding


With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4.5 component and grid system available for Vue.js v2.6, complete with extensive and automated WAI-ARIA accessibility markup.


Current version Bootstrap version Vue.js version Build status Dependencies status
Coverage Package quality Code quality npm downloads npm weekly downloads
Open Collective sponsors Open Collective backers Open Collective balance

Links

Sponsors

Support this project by becoming a sponsor.

Your logo will show up here with a link to your website. [Become a sponsor]

Backers

Thank you to all our backers! 🙏 [Become a backer]

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Partners

Powered by Vercel

License

Released under the MIT License. Copyright (c) BootstrapVue.

FOSSA Status

About

A Custom version of bootstrap, specifically for Drip Purposes

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.2%
  • SCSS 2.6%
  • Shell 0.2%