Document UI Template

Open inAnthropic

Unmaintained package

These packages (@terminusdb/terminusdb-documents-ui etc.) were last published December 2023 and are no longer actively maintained. The documentation is preserved for reference. Community contributions and pull requests are welcome.

A Software Development Kit (SDK) to build a UI from @terminusdb/terminusdb-documents-ui and the @terminusdb/terminusdb-react-table.

This template has components to assemble a dashboard quickly. You also have the option to use our base components like the FramesViewer and TDBReactTable.

Installation

Install the dependencies from npm

Example: Bash
npm install @terminusdb/terminusdb-documents-ui
npm install @terminusdb/terminusdb-react-table
npm install @terminusdb/terminusdb-documents-ui-templates

Run a Dashboard Example in Code Sandbox

terminusdb-documents-ui-templates are a collection of hooks to connect with the TerminusDB server and a number of templates (components) for building a dashboard.

The sandbox features an example and how to use the components and hooks to assemble your pages.

Source Code

Code Sandbox

Was this helpful?