Skip to main content
Glama

its-just-ui MCP Server

by its-just-ui

generate_component

Create React components for the its-just-ui library with customized props, Tailwind CSS classes, and children content to streamline UI development and integration.

Instructions

Generate an its-just-ui component with specified props and styling

Input Schema

NameRequiredDescriptionDefault
childrenNoChildren content for the component
classNameNoAdditional Tailwind CSS classes
componentYesName of the its-just-ui component
propsNoProps to pass to the component

Input Schema (JSON Schema)

{ "properties": { "children": { "description": "Children content for the component", "type": "string" }, "className": { "description": "Additional Tailwind CSS classes", "type": "string" }, "component": { "description": "Name of the its-just-ui component", "type": "string" }, "props": { "description": "Props to pass to the component", "type": "object" } }, "required": [ "component" ], "type": "object" }
Install Server

Other Tools from its-just-ui MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/its-just-ui/its-just-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server