1.1.2 • Published 2 years ago

@fylgja/table v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.1.2

2 years ago

1.1.0

2 years ago

1.0.1

3 years ago

1.0.0

4 years ago