@rh-support/troubleshoot
v2.4.5-beta.23-user-agent-hotfix
Published
Pluggable troubleshoot module
Downloads
2,205
Keywords
Readme
troubleshoot
Pluggable troubleshoot module
Usage
import {
Troubleshoot
} from '@rh-support/troubleshoot';
<!-- import '@rh-support/troubleshoot/lib/troubleshoot.css'; -->
import React from 'react';
import { RouteComponentProps } from 'react-router-dom';
export function TroubleshootApp(routeProps: RouteComponentProps<{}>) {
return (<Troubleshoot routeProps={routeProps} basePath="/troubleshoot"/>);
}