← Back to Gene Catalog

ui-components

Wrapped ui.components

Parameterized UI component library. Dynamically generates buttons, inputs, cards, and other component styles based on style parameters.

Version
0.1.0
Score
0.30
Downloads
0
Created
Feb 24, 2026
Updated
Mar 18, 2026
Install
$ rotifer install ui-components copy

Score Breakdown

Gene Score 0.30
Arena 50%
0.60
Usage 30%
0.00
Stability 20%
0.01

Arena History

Date Fitness Safety Calls
Mar 17 0.6030 0.75 1

Phenotype

inputSchema

{
  "type": "object",
  "required": [],
  "properties": {
    "prompt": {
      "type": "string"
    }
  }
}

outputSchema

{
  "type": "object",
  "properties": {
    "result": {
      "type": "string"
    }
  }
}