2025-04-18 19:19:20 +02:00
|
|
|
---
|
|
|
|
title: Mini
|
|
|
|
---
|
|
|
|
|
2025-05-24 18:03:59 +02:00
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
|
|
|
import * as jsdoc from '@site/prebuild/jsdoc/components.mini.mjs'
|
2025-05-25 16:29:57 +02:00
|
|
|
import { MiniNoteExample, MiniTipExample, MiniWarningExample } from './_examples.js'
|
2025-05-24 18:03:59 +02:00
|
|
|
|
|
|
|
<DocusaurusDoc>
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
- [Components](#components)
|
|
|
|
|
|
|
|
## Components
|
|
|
|
|
|
|
|
The **Mini** component family provides the following components:
|
2025-05-24 18:03:59 +02:00
|
|
|
|
|
|
|
- [MiniNote](#mininote)
|
|
|
|
- [MiniTip](#minitip)
|
|
|
|
- [MiniWarning](#miniwarning)
|
|
|
|
|
|
|
|
:::tip
|
|
|
|
These components are typically used when a
|
|
|
|
[Popout](/reference/packages/react/components/popout/) would take up too much
|
|
|
|
space.
|
2025-04-18 19:19:20 +02:00
|
|
|
:::
|
2025-05-24 18:03:59 +02:00
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### MiniNote
|
2025-05-24 18:03:59 +02:00
|
|
|
|
|
|
|
<ComponentDocs docs={jsdoc.jsdocMiniNote} example={MiniNoteExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### MiniTip
|
|
|
|
|
2025-05-24 18:03:59 +02:00
|
|
|
<ComponentDocs docs={jsdoc.jsdocMiniTip} example={MiniTipExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
### MiniWarning
|
|
|
|
|
2025-05-24 18:03:59 +02:00
|
|
|
<ComponentDocs docs={jsdoc.jsdocMiniWarning} example={MiniWarningExample} />
|
|
|
|
|
|
|
|
</DocusaurusDoc>
|