Marketplace

ui-logs

Other

togo UI kit — raw/live-tail log viewer

togo-framework
bash
togo install togo-framework/ui-logs

@togo-framework/ui-logs

Raw / live-tail log viewer from the togo UI kit. Presentational — no data fetching, all data arrives as props.

bash
npm install @togo-framework/ui-core @togo-framework/ui-logs
tsx
import "@togo-framework/ui-core/styles.css";
import { LogsView } from "@togo-framework/ui-logs";

Split out of the former monolithic @togo-framework/ui package so apps can install only what they use.