1.0.0 • Published 9 months ago
@ouroboros/react-testing v1.0.0
@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 |
1.0.0
9 months ago