@fylgja/control

1.3.0 • Public • Published

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.

Package Sidebar

Install

npm i @fylgja/control

Homepage

fylgja.dev/

Weekly Downloads

32

Version

1.3.0

License

MIT

Unpacked Size

16.9 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink