diff --git a/pages/component/_meta.js b/pages/component/_meta.js index dc85b73..65b9988 100644 --- a/pages/component/_meta.js +++ b/pages/component/_meta.js @@ -1,5 +1,13 @@ const meta = { "actionBar": "Action Bar", + "alerts": "Alert", + "button": "Button", + "card": "Card", + "form-inputs": "Form Inputs", + "modal": "Modal", + "navigation": "Navigation", + "footer": "Footer", + "typography": "Typography", } export default meta; \ No newline at end of file diff --git a/pages/component/alerts.mdx b/pages/component/alerts.mdx new file mode 100644 index 0000000..6ff93ad --- /dev/null +++ b/pages/component/alerts.mdx @@ -0,0 +1,27 @@ +--- +title: Alert Design Guidelines +component: Alert +--- + +# Alerts + +Alerts provide feedback to users for important actions. + +## Variants + +- **Success**: Positive feedback. +- **Error**: Negative feedback. +- **Warning**: Cautionary feedback. + +## Code Example + +```jsx copy +
Card description goes here.
+