@ouroboros/react-testing
v1.0.2
Published
Testing
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-testingUsing
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 |
