# @fremtind/jkl-modal

> Jøkul style for modal

Latest version **2.2.26** (published 2025-12-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fremtind/jkl-modal
pnpm add @fremtind/jkl-modal
yarn add @fremtind/jkl-modal
bun add @fremtind/jkl-modal
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 2.2.26 |
| Published | 2025-12-11 |
| First published | 2023-05-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 10.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 77 |
| Maintainers | pior-h, a11860, fremtind-bot |
| Keywords | jøkul, fremtind |

## Links

- npm: https://www.npmjs.com/package/@fremtind/jkl-modal
- Repository: https://github.com/fremtind/jokul
- Homepage: https://github.com/fremtind/jokul/tree/pre-1.0/packages/modal
- Issues: https://github.com/fremtind/jokul/issues
- npm.io page: https://npm.io/package/@fremtind/jkl-modal

## Dependencies (1)

- [@fremtind/jkl-core](https://npm.io/package/@fremtind/jkl-core.md) ^14.10.9

## Recent versions

- 2.2.26 (latest) — 2025-12-11
- 2.2.25 — 2025-12-01
- 2.2.24 — 2025-10-15
- 2.2.23 — 2025-06-03
- 2.2.22 — 2025-05-15
- 2.2.21 — 2025-02-18
- 2.2.20 — 2025-02-07
- 2.2.19 — 2025-01-30
- 2.2.18 — 2025-01-28
- 2.2.17 — 2025-01-23
- 2.2.16 — 2025-01-22
- 2.2.15 — 2025-01-13
- 2.2.14 — 2025-01-10
- 2.2.13 — 2025-01-08
- 2.2.12 — 2024-12-18
- … 36 more at https://npm.io/package/@fremtind/jkl-modal/versions

## README

# [`@fremtind/jkl-modal`](https://jokul.fremtind.no/komponenter/modal)

Se portalen for [bruk og prinsipper](https://jokul.fremtind.no/komponenter/modal).

## Installasjon

**Tips:** om du bruker [React-pakken](../modal-react/) trenger du ikke installere denne pakken direkte.

1. `npm i @fremtind/jkl-modal`.
2. Importér stil-pakken i prosjektet ditt.

```js
// Importer stilark via JavaScript med CSS-loader.
import "@fremtind/jkl-modal/modal.min.css";
```

```scss
// Eller importer stilark via SCSS.
@use "@fremtind/jkl-modal/modal";
```

---
_Source: https://npm.io/package/@fremtind/jkl-modal · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
