[](https://www.npmjs.com/package/@strapi/ui-primitives) [


A UI component library for building accessibile design systems & web apps.
While typically we use 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.
``shell
yarn add @strapi/ui-primitives
npm i @strapi/ui-primitives
`
This directory shows a basic usage of the component, however for more details click on the storybook badge.

#### Basic Usage
`jsx
import { Combobox } from '@strapi/ui-primitives';
() => {
return (
);
};
`

#### Basic Usage
`jsx
import { Select } from '@strapi/ui-primitives';
() => {
return (
);
};
``
Converts a callback to a ref to avoid triggering re-renders when passed as a prop or avoid re-executing
effects when passed as a dependency
Provides localized string collation for the current locale. Automatically updates when the locale changes,
and handles caching of the collator for performance.
Provides localized string search functionality that is useful for filtering or matching items
in a list. Options can be provided to adjust the sensitivity to case, diacritics, and other parameters.
Please follow our CONTRIBUTING guidelines.
Licensed under the MIT License, Copyright © 2022-present Strapi Solutions SAS.
See LICENSE for more information.