Mini
Components
The Mini component family provides the following components:
tip
These components are typically used when a Popout would take up too much space.
MiniNote
A component to display a mini note
You can import the MiniNote
component from the mini component family in the @freesewing/react
package:
Javascript
import { MiniNote } from "@freesewing/react/components/Mini"
MiniTip
A component to display a mini tip
You can import the MiniTip
component from the mini component family in the @freesewing/react
package:
Javascript
import { MiniTip } from "@freesewing/react/components/Mini"
MiniWarning
A component to display a mini warning
You can import the MiniWarning
component from the mini component family in the @freesewing/react
package:
Javascript
import { MiniWarning } from "@freesewing/react/components/Mini"