A React component that displays testing info. Can be useful for debugging, but should only be rendered during development / staging and never in production.
npm
npm install @ouroboros/react-testing
import Testing from '@ouroboros/react-testing';
function App(props) {
return (
<Testing />
);
}
Name | Type | Required | Description |
---|---|---|---|
border | boolean | No | Display a border around the buttons |