@fylgja/control
v1.3.0
Published
The control component styles the default input radio's and checkbox's
Downloads
426
Readme
Fylgja - Control
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.