# @fremtind/jkl-icon-button-react

> Jøkul react icon-button components

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

## Install

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

## Health

**Score 65/100 (B)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

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

## Links

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

## Dependencies (3)

- [classnames](https://npm.io/package/classnames.md) ^2.5.1
- [@fremtind/jkl-core](https://npm.io/package/@fremtind/jkl-core.md) ^14.10.9
- [@fremtind/jkl-icon-button](https://npm.io/package/@fremtind/jkl-icon-button.md) ^4.0.45

## 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

- 5.0.45 (latest) — 2025-12-11
- 5.0.44 — 2025-12-01
- 5.0.43 — 2025-10-15
- 5.0.42 — 2025-06-03
- 5.0.41 — 2025-05-05
- 5.0.40 — 2025-02-18
- 5.0.39 — 2025-02-07
- 5.0.38 — 2025-01-31
- 5.0.37 — 2025-01-30
- 5.0.36 — 2025-01-23
- 5.0.35 — 2025-01-22
- 5.0.34 — 2025-01-14
- 5.0.33 — 2025-01-13
- 5.0.32 — 2025-01-10
- 5.0.31 — 2025-01-09
- … 236 more at https://npm.io/package/@fremtind/jkl-icon-button-react/versions

## README

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

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

## Installasjon

**Tips:** [stilpakken](../icon-button/) blir automatisk installert som en avhengighet.

1. `npm i @fremtind/jkl-icon-button-react`.
2. Importér _både_ React-komponent og stilark i prosjektet ditt.

```js
import { IconButton } from "@fremtind/jkl-icon-button-react";

// 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-react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
