get_setup_guide
Get setup instructions for HTML or React projects using Modus Web Components. Choose from HTML, React, or testing configurations to start building with the design system.
Instructions
Get setup instructions for HTML or React projects using Modus Web Components.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
type | Yes | The setup type ("html", "react", "testing") |
Input Schema (JSON Schema)
{
"properties": {
"type": {
"description": "The setup type (\"html\", \"react\", \"testing\")",
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}