get_component_demo
Retrieve demo code and usage examples for specific ReactBits components to simplify integration and implementation in React projects.
Instructions
Get usage example and demo code for a ReactBits component
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Name of the component |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the component",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}