@ouroboros/react-testing
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@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

Name Type Required Description
border boolean No Display a border around the buttons

Package Sidebar

Install

npm i @ouroboros/react-testing

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

8.38 kB

Total Files

9

Last publish

Collaborators

  • ouroboros