# @univerjs-pro/resources-ui

- Human documentation: [https://docs.univer.ai/reference/packages/plugins/univerjs-pro/resources-ui](https://docs.univer.ai/reference/packages/plugins/univerjs-pro/resources-ui)

- Agent Markdown: [https://docs.univer.ai/reference/packages/plugins/univerjs-pro/resources-ui.md](https://docs.univer.ai/reference/packages/plugins/univerjs-pro/resources-ui.md)

- Requested language: `en-US`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [packages/plugins/univerjs-pro/resources-ui.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/packages/plugins/univerjs-pro/resources-ui.mdx)

---

Product-independent resource picker UI. Selection and drag callbacks return stable resource references rather than materialized payloads.

```ts
import { UniverResourcesUIPlugin } from '@univerjs-pro/resources-ui'
import ResourcesUIEnUS from '@univerjs-pro/resources-ui/locale/en-US'

import '@univerjs-pro/resources-ui/lib/index.css'

univer.registerPlugin(UniverResourcesUIPlugin)
```

Merge `ResourcesUIEnUS` into the locale map for applications that enable the resource picker.

## Entry Points

* Locale: `@univerjs-pro/resources-ui/locale/*`
* Style: `@univerjs-pro/resources-ui/lib/index.css`
