jkl-cookie-consent 12.0.2
Install from the command line:
Learn more about npm packages
$ npm install @fremtind/jkl-cookie-consent@12.0.2
Install via package.json:
"@fremtind/jkl-cookie-consent": "12.0.2"
About this version
Se portalen for bruk og prinsipper.
Tips: om du bruker React-pakken trenger du ikke installere denne pakken direkte.
-
npm i @fremtind/jkl-cookie-consent
. - Importér stil-pakken i prosjektet ditt.
// Importer stilark via JavaScript med CSS-loader.
import "@fremtind/jkl-cookie-consent/cookie-consent.min.css";
// CookieConsent bruker flere andre komponenter og trenger stilarkene deres for å fungere.
import "@fremtind/jkl-button/button.min.css";
import "@fremtind/jkl-list/list.min.css";
// Eller importer stilark via SCSS.
@use "@fremtind/jkl-cookie-consent/cookie-consent";
@use "@fremtind/jkl-button/button";
@use "@fremtind/jkl-list/list";