---
title: 'Fragments'
description: 'Fragments are small, low-level and reusable parts used inside other components.'
version: 10.104.0
generatedAt: 2026-04-17T18:46:09.776Z
checksum: 090b7d977ba4be5e2c4c04d199a30a4048416c59f443a56985df2f80629d9c40
---

# Fragments

## Import

You import them like so:

```jsx
import {
  DrawerList,
  ScrollView,
  TextCounter,
} from '@dnb/eufemia/fragments'
```

## Description

Fragments are small, low-level and reusable parts used inside other components.

You may use them only to build new components from.

## Available Fragments

<ListFragments />
