1.3.0 • Published 2 years ago

@fylgja/control v1.3.0

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

Fylgja - Control

NPM version license

The control component styles the default input[radio] and input[checkbox], allowing an easier control on the style of both these elements.

Installation

npm install @fylgja/control

Then include the component in to your code via;

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

@layer support

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

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

How to use

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

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

3 years ago

1.0.0

4 years ago