# Strapi Primitives [](https://www.npmjs.com/package/@strapi/ui-primitives) [](https://www.npmjs.com/package/@strapi/ui-primitives) [](https://discord.gg/strapi) A UI component library for building accessibile design systems & web apps. While typically we use [radix-ui primitives](https://github.com/radix-ui/primitives) in our design-system, there are some missing components. To solve this issue, we work with Radix's internal packages & APIs to develop base layer primitives in a composable manor until they are (hopefully) released through Radix and we can deprecate them here. ## Installation ```shell yarn add @strapi/ui-primitives # or npm i @strapi/ui-primitives ``` ## Component Documentation This directory shows a basic usage of the component, however for more details click on the storybook badge.
### Combobox [](https://design-system-git-main-strapijs.vercel.app/?path=/story/design-system-primitives-combobox--basic-usage) #### Basic Usage ```jsx import { Combobox } from '@strapi/ui-primitives'; () => { return (