@fylgja/button

1.2.8 • Public • Published

Fylgja - Button

NPM version license

The Button component serves as an interactive element. To call your users to an action.

Since not all buttons need to be an Call To Action.

The base button is as simple as possible and many styles can be build on top of this foundation.

Installation

npm install @fylgja/button

Then include the component in to your code via;

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

@layer support

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

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

How to use

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @fylgja/button

    Homepage

    fylgja.dev/

    Weekly Downloads

    116

    Version

    1.2.8

    License

    MIT

    Unpacked Size

    12.9 kB

    Total Files

    11

    Last publish

    Collaborators

    • allrude
    • grimlink