@fylgja/table

1.1.2 • Public • Published

Fylgja - Table

NPM version license

The table component is super easy to use, since it is a zero config module that styles the table directly.

Allowing you to focus on the table it self.

Installation

npm install @fylgja/table

Then include the component in to your code via;

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

@layer support

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

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

How to use

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

Package Sidebar

Install

npm i @fylgja/table

Homepage

fylgja.dev/

Weekly Downloads

30

Version

1.1.2

License

MIT

Unpacked Size

6.14 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink