Skip to content

Commit

Permalink
chore(Flex.Container): move desc to below import (#4298)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Nov 20, 2024
1 parent ed9db4b commit a15cf4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
showTabs: true
---

## Description

## Import

```tsx
import { Flex } from '@dnb/eufemia'
```

## Description

`Flex.Container` is a building block for [CSS flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_flexible_box_layout) based layout of contents and components.

**NB:** For form layouts, use [Flex.Stack](/uilib/layout/flex/stack/) instead.
Expand Down

0 comments on commit a15cf4b

Please sign in to comment.