Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrisrhymes/bulma-block-list

A simple scss package extending Bulma with block style list elements
https://github.com/chrisrhymes/bulma-block-list

block-list bulma css list scss

Last synced: 2 months ago
JSON representation

A simple scss package extending Bulma with block style list elements

Awesome Lists containing this project

README

        

# bulma-block-list

![npm](https://img.shields.io/npm/dw/bulma-block-list)

A simple scss package extending Bulma with block style list elements.

## Upgrading to v1

To be compatible with Bulma, version 1 of Bulma Block List requires [dart sass](https://bulma.io/documentation/start/migrating-to-v1/#what-changes).

## Usage

- `npm i -S bulma-block-list`
- `@import "node_modules/bulma-block-list/src/block-list";` after importing [Bulma](https://bulma.io/documentation/customize/with-node-sass/#3-create-a-sass-file).
- Create a ul and give it the class of `block-list`
- Add any modifier classes to change the styles as needed

```html


  • Item one

  • Item two

  • Item three


```

## List Item Overrides

In v0.3 you can override the list item styles.

```html


  • Item one

  • Item two

  • Item three


```

For examples see [csrhymes.com/bulma-block-list](https://www.csrhymes.com/bulma-block-list)