1.0.0 • Published 12 days ago

bulma-block-list v1.0.0

Weekly downloads
91
License
MIT
Repository
-
Last release
12 days ago

bulma-block-list

npm

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.

Usage

  • npm i -S bulma-block-list
  • @import "node_modules/bulma-block-list/src/block-list"; after importing Bulma.
  • Create a ul and give it the class of block-list
  • Add any modifier classes to change the styles as needed
<ul class="block-list is-small is-outlined is-success is-centered">
    <li>Item one</li>
    <li>Item two</li>
    <li>Item three</li>
</ul>

List Item Overrides

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

<ul class="block-list is-small">
    <li>Item one</li>
    <li class="is-primary is-outlined is-large">Item two</li>
    <li>Item three</li>
</ul>

For examples see csrhymes.com/bulma-block-list

1.0.0

12 days ago

0.7.0

1 year ago

0.6.0

2 years ago

0.5.0

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago