Skip to main content
Glama

its-just-ui MCP Server

by its-just-ui

compose_components

Combine multiple its-just-ui React components into a single layout using vertical, horizontal, or grid arrangements to streamline UI development.

Instructions

Create a composition of multiple its-just-ui components

Input Schema

NameRequiredDescriptionDefault
componentsYes
layoutNoLayout for composition

Input Schema (JSON Schema)

{ "properties": { "components": { "items": { "properties": { "children": { "type": "string" }, "props": { "type": "object" }, "type": { "type": "string" } }, "required": [ "type" ], "type": "object" }, "type": "array" }, "layout": { "description": "Layout for composition", "enum": [ "vertical", "horizontal", "grid" ], "type": "string" } }, "required": [ "components" ], "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