kibana/packages/kbn-shared-ux-utility
Clint Andrew Hall 71af73c18b
[sharedUX] Move to Package-based Architecture (#127546)
* [shared-ux][packages] 1. Create Services Package

* Address review feedback

* [shared-ux][packages] 2. Create Storybook Package (#127548)

* [shared-ux][packages] 2. Create Storybook Package

* [shared-ux][packages] 3. Create Utility Package (#127549)

* [shared-ux][packages] 3. Create Utility Package

* [shared-ux][packages] 4. Create Components Package (#127551)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

* Merging

* Adding docs

* A few fixes

* Fix TS types

* Fix TS types

* Fix i18n

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-16 17:13:58 -04:00
..
src [sharedUX] Move to Package-based Architecture (#127546) 2022-03-16 17:13:58 -04:00
BUILD.bazel [sharedUX] Move to Package-based Architecture (#127546) 2022-03-16 17:13:58 -04:00
jest.config.js [sharedUX] Move to Package-based Architecture (#127546) 2022-03-16 17:13:58 -04:00
package.json [sharedUX] Move to Package-based Architecture (#127546) 2022-03-16 17:13:58 -04:00
README.mdx [sharedUX] Move to Package-based Architecture (#127546) 2022-03-16 17:13:58 -04:00
tsconfig.json [sharedUX] Move to Package-based Architecture (#127546) 2022-03-16 17:13:58 -04:00

---
id: kibSharedUXUtility
slug: /kibana-dev-docs/shared-ux/packages/kbn-shared-ux-utility
title: Shared UX Utilities
summary: The `@kbn/shared-ux-utility` package contains a set of React, DOM and other utilities.
date: 2022-03-11
tags: ['kibana', 'dev', 'sharedUX']
---

## About Shared UX Utility

At present, this package is currently a "catch-all" for universally-shared utilities.  View the specific documentation for each utility for 

> Important: do not add new utilities to this package without considering if a different home is more appropriate.  Reach out to the Shared UX team for help.