Back to corpus
research noteexperiment writeup candidatescore 28
N'Ko Sigil Components
// With options <Sigil type="stabilization" size={64} color="#8b5cf6" animated showLabel interactive onClick={(type) => console.log(type)} /> ```
Full HTML reader
Read the full artifact
Extracted abstract or opening context
These components require React 18+ and assume you have a bundler configured for TypeScript.
| Prop | Type | Default | Description | |------|------|---------|-------------| | `type` | `SigilType` | required | The sigil to render | | `size` | `number` | `48` | Size in pixels | | `color` | `string` | `#8b5cf6` | Sigil color | | `animated` | `boolean` | `true` | Enable animation | | `animation` | `string` | type-specific | Animation name | | `interactive` | `boolean` | `false` | Enable click/hover | | `showLabel` | `boolean` | `false` | Show name below sigil | | `onClick` | `function` | - | Click handler | | `onHover` | `function` | - | Hover handler |
- `<SigilPicker />` — Full grid/row/wheel picker - `<CompactSigilPicker />` — Dropdown-style picker - `<WheelSigilPicker />` — Circular arrangement for gestural interfaces
| Prop | Type | Default | Description | |------|------|---------|-------------| | `value` | `SigilType \| SigilType[]` | - | Selected sigil(s) | | `onChange` | `function` | - | Selection change handler | | `multiple` | `boolean` | `false` | Allow multi-select | | `layout` | `'grid' \| 'row' \| 'wheel'` | `'grid'` | Layout style | | `size` | `'sm' \| 'md' \| 'lg'` | `'md'` | Size preset | | `showLabels` | `boolean` | `true` | Show sigil names | | `showTooltip` | `boolean` | `true` | Show hover tooltip | | `filter` | `SigilType[]` | - | Only show these sigils | | `disabled` | `SigilType[]` | - | Disable these sigils |
- `<SigilMeaning />` — Hover tooltip or inline display - `<SigilCard />` — Card layout for lists - `<AllSigilMeanings />` — Display all 10 sigils
Promotion decision
What has to happen next
Attach run IDs, datasets, metrics, and reproduction commands.
Why this is not always a full paper yet
Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.