JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 21
  • Score
    100M100P100Q72126F
  • License ISC

Represents a series of content.

Package Exports

  • @nodestrap/list
  • @nodestrap/list/dist/List.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nodestrap/list) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

<List></List>

Represents a series of content.

Preview

<List tag='ol' theme='primary' size='lg' gradient={true} outlined={true}>
    <ListItem>hello</ListItem>
    <ListItem>world</ListItem>
    <ListSeparatorItem />
    <ListItem theme='danger'>important</ListItem>
    <ListItem actionCtrl={true} onClick={() => console.log('tadaa!')}>click me</ListItem>
    // ...
</List>

Rendered to:

<ol class="c1 thPrimary szLg gradient outlined">
    <li>/* ... */</li>
    <li>/* ... */</li>
    <li>/* ... */</li>
</ol>

Features

Installation

Using npm:

npm i @nodestrap/list

Support Us

If you feel our lib is useful for your projects,
please make a donation to avoid our project from extinction.

We always maintain our projects as long as we're still alive.

[Make a donation]