@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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.2
    10
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.2
    10
  • 1.1.0
    1
  • 1.0.1
    1
  • 1.0.0
    2

Package Sidebar

Install

npm i @fylgja/table

Homepage

fylgja.dev/

Weekly Downloads

12

Version

1.1.2

License

MIT

Unpacked Size

6.14 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink