bootstrap-3-card

WebJar for bootstrap-3-card

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-martinbean-bootstrap-3-card
Last Version

Last Version

v0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

bootstrap-3-card
WebJar for bootstrap-3-card
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/martinbean/bootstrap-3-card

Download github-com-martinbean-bootstrap-3-card

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-martinbean-bootstrap-3-card/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-martinbean-bootstrap-3-card</artifactId>
    <version>v0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-martinbean-bootstrap-3-card/
implementation 'org.webjars.bower:github-com-martinbean-bootstrap-3-card:v0.2.0'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-martinbean-bootstrap-3-card/
implementation ("org.webjars.bower:github-com-martinbean-bootstrap-3-card:v0.2.0")
'org.webjars.bower:github-com-martinbean-bootstrap-3-card:jar:v0.2.0'
<dependency org="org.webjars.bower" name="github-com-martinbean-bootstrap-3-card" rev="v0.2.0">
  <artifact name="github-com-martinbean-bootstrap-3-card" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-martinbean-bootstrap-3-card', version='v0.2.0')
)
libraryDependencies += "org.webjars.bower" % "github-com-martinbean-bootstrap-3-card" % "v0.2.0"
[org.webjars.bower/github-com-martinbean-bootstrap-3-card "v0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : bootstrap-sass jar [3.0.0,4.0.0)

Project Modules

There are no modules declared in this project.

Card component for Bootstrap 3

This package back-ports the visual appearance of cards from Bootstrap 4, to the Sass version of Bootstrap 3. It doesn’t include any of the Flexbox-based columns functionality used in Bootstrap 4, to retain feature parity with Bootstrap 3.

As this project was created to bring the visual appearance of Bootstrap 4 cards to a Bootstrap 3 project, no amendments or additions are planned, so this package is not actively maintained. You are welcome to fork this repository and add any missing functionality, i.e. decks.

Usage

This is meant to be used as a Sass component in your own Sass-based projects. First you will need to import it using (preferably) npm:

$ npm install bootstrap-3-card --save-dev

There is also a Bower package registered if you still use that package manager:

$ bower install bootstrap-3-card

Import the core Bootstrap library (and any other of your own components), and then include this component after:

// Bootstrap
@import "variables";
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";

// Your components

// This component
@import "node_modules/bootstrap-3-card/sass/card";

License

Licensed under the MIT License.

Versions

Version
v0.2.0