mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* chore(NA): remove overrides for rootDir on packages * chore(NA): replace './target_types' with 'target_types' on packages * chore(NA): removes stripInternal false configs * chore(NA): remove unused strip internals |
||
---|---|---|
.. | ||
src/status | ||
BUILD.bazel | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
setup_tests.ts | ||
tsconfig.json |
@kbn/cases-components
The package exports a collection of pure Cases components.
Components
Status
The component renders the status of a case. Usage:
import { Status, CaseStatuses } from '@kbn/cases-components';
<Status status={CaseStatuses.open} />