Next.js Tailwind Assistant
get_catalyst_component
Retrieve the TypeScript source code for a specific Catalyst UI component. Components include forms (button, checkbox, input, etc.), navigation (navbar, sidebar, dropdown), layout (divider, heading), feedback (alert, badge, dialog), and data display (avatar, table, pagination). All components are production-ready TypeScript React components with Tailwind styling and Headless UI integration.
Remote CaullenOmdahl/nextjs-react-tailwind-assistant
Other tools also called get_catalyst_component?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"component_name": {
"type": "string",
"description": "Name of the Catalyst component (e.g., 'button', 'dialog', 'table')"
}
}
}