diff --git a/.amanuensis/config.json b/.amanuensis/config.json new file mode 100644 index 0000000..2dfd735 --- /dev/null +++ b/.amanuensis/config.json @@ -0,0 +1,13 @@ +{ + "package": { + "searchPatterns": "categories/**", + "classifications": { + "platform": { + "web": "@tesseract-design/web-*" + }, + "framework": { + "react": "@tesseract-design/*-react" + } + } + } +} diff --git a/categories/web/action/react/src/components/ActionButton/ActionButton.mdx b/categories/web/action/react/src/components/ActionButton/ActionButton.mdx new file mode 100644 index 0000000..344a0e8 --- /dev/null +++ b/categories/web/action/react/src/components/ActionButton/ActionButton.mdx @@ -0,0 +1,8 @@ +import { ActionButton } from '@tesseract-design/web-action-react'; + +The `` component is a wrapper around the `