@fylgja/section
@fylgja/section
npm i @fylgja/section
@fylgja/section

@fylgja/section

The modular highly customisable CSS framework. Powered by CSS Components, Utilities and Props for building your Web UI.

by fylgja

1.1.1 (see all)License:MITTypeScript:Not Found
npm i @fylgja/section
Readme

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.

No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate