# @fremtind/jkl-icon-button

> Jøkul style for buttons

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

## Install

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

## Health

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

Positive: no vulnerabilities; high maintenance score.

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

## Facts

| | |
|---|---|
| Version | 4.0.45 |
| Published | 2025-12-11 |
| First published | 2020-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 77 |
| Maintainers | pior-h, a11860, fremtind-bot |
| Keywords | button, icon button, search button, clear button, jøkul, fremtind |

## Links

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

## Dependencies (1)

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

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 4.0.45 (latest) — 2025-12-11
- 4.0.44 — 2025-12-01
- 4.0.43 — 2025-10-15
- 4.0.42 — 2025-06-03
- 4.0.41 — 2025-02-18
- 4.0.40 — 2025-02-07
- 4.0.39 — 2025-01-30
- 4.0.38 — 2025-01-23
- 4.0.37 — 2025-01-22
- 4.0.36 — 2025-01-13
- 4.0.35 — 2025-01-10
- 4.0.34 — 2025-01-09
- 4.0.33 — 2025-01-08
- 4.0.32 — 2024-12-18
- 4.0.31 — 2024-12-09
- … 143 more at https://npm.io/package/@fremtind/jkl-icon-button/versions

## README

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

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

## Installasjon

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

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

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

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

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