Warning
This is an internal project, and is not intended for public use. No support or stability guarantees are provided.
A simple component that displays a title and optional children.
| Prop | Type | Description |
|---|---|---|
| title | | The title to display |
| disabled | | Whether the component is disabled |
| children | | Child elements |
| Data Attribute | Description | Default |
|---|---|---|
| data-type | The type of the component. |
import { createTypes } from './createTypes';
import { Component } from './Component';
export const TypesCheckboxDataAttr = createTypes(import.meta.url, Component);