@rh-support/troubleshoot
v2.2.1850-beta.1
Published
Pluggable troubleshoot module
Downloads
1,588
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"/>);
}