@fylgja/section

1.1.1 • Public • Published

Fylgja - Section

NPM version license

The Section component is a wrapper component to show content in a sectioned area.

Like a Hero, Banner or just simple section with a different color in the page.

Installation

npm install @fylgja/section

Then include the component in to your code via;

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

@layer support

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

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

How to use

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

Package Sidebar

Install

npm i @fylgja/section

Homepage

fylgja.dev/

Weekly Downloads

29

Version

1.1.1

License

MIT

Unpacked Size

3.98 kB

Total Files

8

Last publish

Collaborators

  • allrude
  • grimlink