Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aldi/bulma-social

🤳 Social Buttons and Colors for Bulma
https://github.com/aldi/bulma-social

bulma bulma-social font-awesome social-buttons

Last synced: about 2 months ago
JSON representation

🤳 Social Buttons and Colors for Bulma

Awesome Lists containing this project

README

        

# Bulma-Social

Social Buttons and Colors for [Bulma](http://bulma.io/)

[![npm](https://img.shields.io/npm/v/bulma-social.svg)](https://npmjs.com/package/bulma-social)
[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/bulma-social/badge)](https://www.jsdelivr.com/package/npm/bulma-social)
[![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re)

[Check out the live demo!](http://aldi.github.io/bulma-social)

![bulma-social-image](docs/assets/images/bulma-social.png)

## Installation

### NPM

```sh
npm install bulma-social
```

or

### Yarn

```sh
yarn add bulma-social
```

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

Import all social providers:

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

or import certain social providers:

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

### CDN

[https://www.jsdelivr.com/package/npm/bulma-social](https://www.jsdelivr.com/package/npm/bulma-social)

Link all social providers:

```html

```

or link certain social providers:

```html

```

## Documentation

The documentation resides in the [docs](docs) directory.

Browse the [online documentation here.](https://aldi.github.io/bulma-social/index.html)

## 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-`
- `.has-text--light`
- `.has-text--dark`

## Available Background Color Styles

Replace <social-provider>

- `.has-background-`
- `.has-background--light`
- `.has-background--dark`

## Examples

```html





Facebook





Facebook





Facebook




















Hi Facebook
Hi Facebook Light
Hi Facebook Dark

Hi Facebook

Hi Facebook Light


Hi Facebook Dark

```

## Licence 📜

Code released under [the MIT license](https://github.com/aldi/bulma-social/blob/master/LICENSE).