• Stars
    star
    254
  • Rank 160,264 (Top 4 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🤳 Social Buttons and Colors for Bulma

Bulma-Social

Social Buttons and Colors for Bulma

npm jsdelivr Awesome

Check out the live demo!

bulma-social-image

Installation

NPM

npm install bulma-social

or

Yarn

yarn add bulma-social

After installation, you can import the CSS files into your project using these commands:

Import all social providers:

import "bulma-social/css/all.min.css";

or import certain social providers:

import "bulma-social/css/single/apple/apple.min.css";

CDN

https://www.jsdelivr.com/package/npm/bulma-social

Link all social providers:

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/bulma-social@2/css/all.min.css"
/>

or link certain social providers:

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/bulma-social@2/css/single/apple/apple.min.css"
/>

Documentation

The documentation resides in the docs directory.

Browse the online documentation here.

Available Social Provider Classes

  • .is-apple
  • .is-bitbucket
  • .is-discord
  • .is-dropbox
  • .is-facebook
  • .is-flickr
  • .is-foursquare
  • .is-github
  • .is-instagram
  • .is-linkedin
  • .is-microsoft
  • .is-odnoklassniki
  • .is-openid
  • .is-pinterest
  • .is-reddit
  • .is-slack
  • .is-soundcloud
  • .is-tumblr
  • .is-twitter
  • .is-vimeo
  • .is-vk
  • .is-yahoo
  • .is-youtube

Available Styles

  • .is-outlined
  • .is-inverted
  • .is-light

Available States

  • .is-hovered and :hover
  • .is-focused and :focus
  • .is-active and :active
  • .is-disabled and disabled
  • .is-static

Available Text Color Styles

Replace <social-provider>

  • .has-text-<social-provider>
  • .has-text-<social-provider>-light
  • .has-text-<social-provider>-dark

Available Background Color Styles

Replace <social-provider>

  • .has-background-<social-provider>
  • .has-background-<social-provider>-light
  • .has-background-<social-provider>-dark

Examples

<!-- Buttons with text -->
<a class="button is-medium is-facebook">
  <span class="icon">
    <i class="fab fa-facebook"></i>
  </span>
  <span>Facebook</span>
</a>
<a class="button is-medium is-facebook is-outlined">
  <span class="icon">
    <i class="fab fa-facebook"></i>
  </span>
  <span>Facebook</span>
</a>
<a class="button is-medium is-facebook is-light">
  <span class="icon">
    <i class="fab fa-facebook"></i>
  </span>
  <span>Facebook</span>
</a>

<!-- Icon Buttons -->
<a class="button is-medium is-facebook">
  <span class="icon">
    <i class="fab fa-facebook fa-lg"></i>
  </span>
</a>
<a class="button is-medium is-facebook is-outlined">
  <span class="icon">
    <i class="fab fa-facebook fa-lg"></i>
  </span>
</a>
<a class="button is-medium is-facebook is-light">
  <span class="icon">
    <i class="fab fa-facebook fa-lg"></i>
  </span>
</a>
<a class="button is-medium is-facebook is-inverted">
  <span class="icon">
    <i class="fab fa-facebook fa-lg"></i>
  </span>
</a>

<!-- Text Colors -->
<a class="is-size-4 has-text-facebook">Hi Facebook</a>
<a class="is-size-4 has-text-facebook-light">Hi Facebook Light</a>
<a class="is-size-4 has-text-facebook-dark">Hi Facebook Dark</a>

<!-- Background Colors -->
<div class="is-size-4 has-background-facebook has-text-white">Hi Facebook</div>
<div class="is-size-4 has-background-facebook-light">Hi Facebook Light</div>
<div class="is-size-4 has-background-facebook-dark has-text-white">
  Hi Facebook Dark
</div>

Licence 📜

Code released under the MIT license.

More Repositories

1

awesome-bulma-templates

🚀 Free real-world templates built with Bulma
HTML
491
star
2

awesome-bulma

🎉 A curated list of awesome things related to Bulma CSS Framework
308
star
3

ralma

💎 Ractive.js Components for Bulma
HTML
35
star
4

coronablock

CoronaBLOCK is an Open Source Chrome Extension that scans your Facebook feed for COVID-19 related posts and comments and removes them, based on a curated list of related keywords.
JavaScript
34
star
5

bulma-login-template

Bulma Login Template designed using Bulma CSS Framework
HTML
16
star
6

bulma-rent-template

Bulma Rent Template designed using Bulma CSS Framework
HTML
12
star
7

bulma-cv-template

Bulma CV Template designed using Bulma CSS Framework
HTML
10
star
8

bulma-hotel-template

Bulma Hotel Template designed using Bulma CSS Framework
HTML
7
star
9

dog-birthday-calculator

🐕 Calculate the birthdays of your dog - React
JavaScript
4
star
10

bulma-event-participation-template

Event Participation template built with Bulma
HTML
3
star
11

bulma-coming-soon-template

Bulma Coming Soon Template designed using Bulma CSS Framework
HTML
2
star
12

local-weather

🌤️ Shows the 5 day weather forecast of your current city or any city you like.
CSS
2
star
13

alert-input-chrome-extension

Shows an alert with the input
HTML
1
star
14

twitchtv-json-api

JavaScript
1
star
15

wikipedia_search

🔍 Search engine for Wikipedia articles
JavaScript
1
star
16

quora-nologin-chrome-extension

No login needed to view questions and answers on Quora
JavaScript
1
star
17

bulma-tic-tac-toe

Tic-Tac-Toe designed using Bulma CSS Framework
1
star
18

simple-quote-generator

A simple Quote Generator with a Sleek Design!
HTML
1
star
19

tipcalculator

Simple Tip Calculator. Created using HTML, CSS and Javascript.
HTML
1
star
20

Covid-19GR_sms_Assistant

Java
1
star