[react] feat: Added docs for components/Admin
This commit is contained in:
parent
6d9cbf55c2
commit
5ec2a2a1da
7 changed files with 255 additions and 70 deletions
|
@ -6,9 +6,7 @@ import { MiniNote } from '@freesewing/react/components/Mini'
|
|||
|
||||
export const IconButtonExample = () => (
|
||||
<>
|
||||
<MiniNote>
|
||||
Note that this component will take up the full width made available to it.
|
||||
</MiniNote>
|
||||
<MiniNote>Note that this component will take up the full width made available to it.</MiniNote>
|
||||
<Highlight language="js">
|
||||
{[
|
||||
`import { FingerprintIcon, WarningIcon } from '@freesewing/react/components/Icon'`,
|
||||
|
@ -36,4 +34,3 @@ export const IconButtonExample = () => (
|
|||
</IconButton>
|
||||
</>
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue