1.2.8 • Published 2 years ago

@fylgja/button v1.2.8

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

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.

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago