|
| 1 | +# Jupyter UI toolkit |
| 2 | + |
| 3 | +## Components |
| 4 | + |
| 5 | +The component tags are prefixed by `jp-` (`anchored-region` ➙ `jp-anchored-region`) |
| 6 | +when using `@jupyter/web-components` and are capitalized (`anchored-region` ➙ `AnchoredRegion`) when using `@jupyter/react-components`. |
| 7 | + |
| 8 | +Here is the list of components part of the Jupyter UI toolkit: |
| 9 | + |
| 10 | +| Name | Reference | Documentation | |
| 11 | +| ----------------- | ---------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | |
| 12 | +| `accordion` | [Accordion pattern](https://www.w3.org/WAI/ARIA/apg/patterns/accordion/) | [Stories](?path=/story/components-accordion--documentation) | |
| 13 | +| `anchor` | [Anchor element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) | [Stories](?path=/story/components-anchor--documentation) | |
| 14 | +| `anchored-region` | Position content relative to another "anchor" element | [Stories](?path=/story/components-anchored-region--documentation) | |
| 15 | +| `avatar` | Visual represent an user or an object | [Stories](?path=/story/components-avatar--documentation) | |
| 16 | +| `badge` | Highlight an item and attract attention or flag status | [Stories](?path=/story/components-badge--documentation) | |
| 17 | +| `breadcrumb` | [Breadcrumb pattern](https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/) | [Stories](?path=/story/components-breadcrumb--documentation) | |
| 18 | +| `button` | [Button element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button) | [Stories](?path=/story/components-button--documentation) | |
| 19 | +| `card` | Visual container | [Stories](?path=/story/components-card--documentation) | |
| 20 | +| `checkbox` | [Checkbox element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input/checkbox) | [Stories](?path=/story/components-checkbox--documentation) | |
| 21 | +| `combobox` | [Combobox element](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) | [Stories](?path=/story/components-combobox--documentation) | |
| 22 | +| `data-grid` | [Grid pattern](https://www.w3.org/WAI/ARIA/apg/patterns/grid/) | [Stories](?path=/story/components-data-grid--documentation) | |
| 23 | +| `date-field` | [Date input element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date) | [Stories](?path=/story/components-date-field--documentation) | |
| 24 | +| `divider` | [Horizontal or vertical rule](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hr) | [Stories](?path=/story/components-divider--documentation) | |
| 25 | +| `menu` | [Menu](https://www.w3.org/WAI/ARIA/apg/patterns/menubar/) | [Stories](?path=/story/components-menu--documentation) | |
| 26 | +| `number-field` | [Number input element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number) | [Stories](?path=/story/components-number-field--documentation) | |
| 27 | +| `progress` | [Meter pattern](https://www.w3.org/WAI/ARIA/apg/patterns/meter/) as line | [Stories](?path=/story/components-progress--documentation) | |
| 28 | +| `progress-ring` | [Meter pattern](https://www.w3.org/WAI/ARIA/apg/patterns/meter/) as ring | [Stories](?path=/story/components-progress-ring--documentation) | |
| 29 | +| `radio-group` | [Radio pattern](https://www.w3.org/WAI/ARIA/apg/patterns/radio/) | [Stories](?path=/story/components-radio-group--documentation) | |
| 30 | +| `search` | [Search input element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/search) | [Stories](?path=/story/components-search--documentation) | |
| 31 | +| `select` | [Select element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select) | [Stories](?path=/story/components-select--documentation) | |
| 32 | +| `skeleton` | [Skeleton element](https://open-ui.org/components/skeleton.research/) | [Stories](?path=/story/components-skeleton--documentation) | |
| 33 | +| `slider` | [Range input element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range) | [Stories](?path=/story/components-slider--documentation) | |
| 34 | +| `switch` | [Switch pattern](https://www.w3.org/WAI/ARIA/apg/patterns/switch/) | [Stories](?path=/story/components-switch--documentation) | |
| 35 | +| `tabs` | [Tab panel pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/) | [Stories](?path=/story/components-tabs--documentation) | |
| 36 | +| `text-area` | [Text area element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea) | [Stories](?path=/story/components-text-area--documentation) | |
| 37 | +| `text-field` | [Text input element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text) | [Stories](?path=/story/components-text-field--documentation) | |
| 38 | +| `toolbar` | [Toolbar pattern](https://www.w3.org/WAI/ARIA/apg/patterns/toolbar/) | [Stories](?path=/story/components-toolbar--documentation) | |
| 39 | +| `tooltip` | [Tooltip pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/) | [Stories](?path=/story/components-tooltip--documentation) | |
| 40 | +| `tree-view` | [Tree view pattern](https://www.w3.org/WAI/ARIA/apg/patterns/treeview/) | [Stories](?path=/story/components-tree-view--documentation) | |
0 commit comments