@fylgja/table
v1.1.2
Published
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
Downloads
48
Readme
Fylgja - Table
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.