@vaagatech/snapline-hub-ui
v0.2.5
Published
Embeddable React UI for Snapline Hub test reporting
Readme
@vaagatech/snapline-hub-ui
Embeddable React dashboard for Snapline Hub.
import { HubApp } from '@vaagatech/snapline-hub-ui';
import '@vaagatech/snapline-hub-ui/style.css';
export function ReportsSection() {
return (
<HubApp
apiBase="https://hub.example.com/api"
basename="/quality"
user="[email protected]"
/>
);
}