@fylgja/list

1.1.1 • Public • Published

Fylgja - List

NPM version license

The list component adds more control on how you can style lists.

By adding a custom marker option with full flexibility to style and animate.

Installation

npm install @fylgja/list

Then include the component in to your code via;

@use "@fylgja/list";
// Or via PostCSS import
@import "@fylgja/list";

@layer support

If you need support for @layer, use the following import;

@use "@fylgja/list" with ($list-layer: "components");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/list" layer("components");

How to use

For more information see the list docs on the Fylgja.dev.

Package Sidebar

Install

npm i @fylgja/list

Homepage

fylgja.dev/

Weekly Downloads

21

Version

1.1.1

License

MIT

Unpacked Size

7.64 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink