1.0.0 • Published 9 months ago

@ouroboros/react-testing v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@ouroboros/react-testing

npm version MIT License

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

NameTypeRequiredDescription
borderbooleanNoDisplay a border around the buttons
1.0.0

9 months ago