14 lines
560 B
Text
14 lines
560 B
Text
import { Meta } from '@storybook/addon-docs';
|
|
import { parameters } from '$docs/utils/docsPage.js';
|
|
|
|
<Meta title="Utilities/Intro" parameters={{ ...parameters }} />
|
|
|
|

|
|
|
|
# Utilities
|
|
|
|
Utility components are a bit of a catch-all.
|
|
|
|
They include components you're less likely to need to implement yourself, like development tools for the Graphics Kit.
|
|
|
|
Either way, they're good to know about, even if they may not be the most common you'll use.
|