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