Raw / live-tail log viewer from the togo UI kit. Presentational — no data fetching, all data arrives as props.
npm install @togo-framework/ui-core @togo-framework/ui-logsimport "@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.