generate_component
Create React components integrated with Appo SDK features like push notifications, biometrics, and device APIs for mobile-web applications.
Instructions
Generate a UI component that uses @appolabs/appo SDK features. Returns a complete React component with SDK integration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature | Yes | The SDK feature to build the component around | |
| componentName | No | Component name (optional, defaults to {Feature}Button or similar) | |
| styling | No | Styling approach (default: tailwind) | |
| variant | No | Component variant/type |