@datadog/apps-frontend
v0.0.4
Published
React inputs for Datadog Apps
Downloads
557
Readme
@datadog/apps-frontend
Frontend capabilities for Datadog Apps.
npm install @datadog/apps-frontendThe package root intentionally exposes no runtime API; capabilities are reached through its subpath entries:
@datadog/apps-frontend/embedding/react—DatadogAppProviderconnects an app to its host, anduseDatadogAppEmbeddingreads that connection's state.@datadog/apps-frontend/inputs/react—useDatadogAppInputreads a typed input the host provides.@datadog/apps-frontend/inputs/schema— the input schemas themselves, such asdatadogThemeanddatadogDashboard, passed touseDatadogAppInput.
React 18 and 19 are supported as peer dependencies.
Development
cd packages/published/apps-frontend
yarn build
yarn -T typecheck:workspace
yarn -T test-unit:workspaceLicense
Apache-2.0
