Install Extension
How to install the extension.
Via NPM for Bulma SASS
Install bulma-horizontal-card
via NPM CLI.
npm i @telophase/bulma-horizontal-card
See the Customize page for more information about variables and using in your Bulma project.
Via CDN as precompiled
The bulma-horizontal-card
extension’s compiled CSS is available via jsDeliver’s global CDN. Be sure you are also importing Bulma’s CSS as well.
Import in CSS
/* unminified */
@import "https://cdn.jsdelivr.net/npm/@telophase/bulma-horizontal-card/css/bulma-horizontal-card.css"
/* minified */
@import "https://cdn.jsdelivr.net/npm/@telophase/bulma-horizontal-card/css/bulma-horizontal-card.min.css"
Import in HTML
<!-- unminified -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@telophase/bulma-horizontal-card/css/bulma-horizontal-card.css">
<!-- minified -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@telophase/bulma-horizontal-card/css/bulma-horizontal-card.min.css">
From Github as precompiled
Download the repository tarball or clone the repository to your local machine. Move the files to the location of your choice, and link to them as needed.
git clone https://github.com/telophase/bulma-horizontal-card.git