6.0.0 • Published 1 year ago

@springernature/global-lists v6.0.0

Weekly downloads
121
License
MIT
Repository
-
Last release
1 year ago

Global lists components

Components for working with lists.

Examples

List Columned

HTML

<ul class="c-list-columned">
    <li class="c-list-columned__item">
        <!-- Content -->
    </li>
    <li class="c-list-columned__item">
        <!-- Content -->
    </li>
</ul>

List Description

HTML

<div class="c-list-description__item">
    <dt class="c-list-description__term">
        <!-- Content -->
    </dt>
    <dd class="c-list-description__details">
        <!-- Content -->
    </dd>
</div>

List Group

HTML

<ul class="c-list-group c-list-group--bordered">
    <li class="c-list-group__item">
        <!-- Content -->
    </li>
    <li class="c-list-group__item">
        <!-- Content -->
    </li>
</ul>

List Header

image

HTML

<div class="c-list-header">
    <span><!-- Left aligned content --></span>
    <button><!-- Right aligned content --></button>
</div>

Example

image

6.0.0

1 year ago

5.1.1

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago

4.0.0

3 years ago

3.0.0

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago