Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.64 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.64 KB

bulma-list

A simple list component extension for Bulma (requires Bulma v1).

The list component is a simple vertical pattern for displaying data related to a single topic. Inspired by similair patterns in Ant, Material, and Ionic.

bulma-list examples (3)

Documentation & examples

Installation

Install bulma-list via your preferred package manager:

NPM

npm install bulma-list

Yarn

yarn add bulma-list

This puts both the compiled css and the raw sass into the node_modules folder.

Depending on your needs you can then bring in either css/bulma-list.css or sass/bulma-list.scss into your project after Bulma itself e.g.

@use "bulma/sass";
@use "bulma-list/sass/bulma-list.scss";

Documentation & examples

The documentation is built using a copy of Bulma's own Jekyll based system to keep as close as possible to the official style.

Documentation & examples

Figma libraries

You or your team designing in Figma? I've published complete community libraries for both Bulma and Bulma list.

Bulma Covers