UI Stack list of packages
C3 AI Platform has a fully integrated UI Stack to accelerate the development, testing, deployment, and management of web front-ends.
This topic contains reference information for all the packages available as part of UI Stack.
Core packages
The following list contains information about packages that are relevant for anyone building a front-end application.
| Package name | Description |
|---|---|
uiComponentLibraryReact | Provides all capabilities needed for front-end development. Ensure your application package depends on this one. |
uiDemo | Provides demos for all existing UI components. Deploy an application to see and interact with demos. |
Optional packages
The following list contains information about packages that add extra UI components to UI component library. They are optional, and you should declare a dependency on them to use the UI components they offer.
| Package name | Description |
|---|---|
uiGraphComponentReact | Provides a UI component for rich graphs, nodes, and edges visualization. |
uiTimeGraphComponentReact | Provides a UI component to visualize graph interactions over time. |
aiVision | Provides UI components for 3D geospatial visualization and interaction |
Internal packages
The following list contains information about other packages that are part of UI Stack, but should not be used directly by application developers. They are just listed here to provide context into what capability they provide as part of the broader UI Stack.
| Package name | Description |
|---|---|
cssLibrary | Provides theming and styling. |
uiBundler | Provides UI transpilation and bundling capabilities. |
uiComponentLibrary | Type declaration for UI component library. |
uiDemoData | Demo data used by UI Demo package. |
uiDemoProd | UI demo application configured to be bundled in production mode. |
uiGraphComponent | Type declaration for graph UI component. |
uiInfrastructure | Type declaration for UI infrastructure. |
uiInfrastructureReact | React implementation for UI infrastructure. |
uiSdlReact | Presentational React components. |
uiTimeGraphComponent | Type declaration for time graph UI component. |