diff --git a/.amanuensis/next/src/components/PageLayout.tsx b/.amanuensis/next/src/components/PageLayout.tsx new file mode 100644 index 0000000..466b794 --- /dev/null +++ b/.amanuensis/next/src/components/PageLayout.tsx @@ -0,0 +1,11 @@ +import { Preamble, Props, Playground } from '@/components/Amanuensis'; + +export const PageLayout = () => { + return ( + <> + + + + + ) +}; diff --git a/categories/web/action/react/src/components/ActionButton/ActionButton.mdx b/categories/web/action/react/src/components/ActionButton/ActionButton.mdx index 344a0e8..3246047 100644 --- a/categories/web/action/react/src/components/ActionButton/ActionButton.mdx +++ b/categories/web/action/react/src/components/ActionButton/ActionButton.mdx @@ -1,5 +1,7 @@ import { ActionButton } from '@tesseract-design/web-action-react'; +# ActionButton + The `` component is a wrapper around the `