mc-react-test-library

1.0.0 • Public • Published

mc-react-test-library

React testing library as an example

NPM JavaScript Style Guide

Install

npm install --save mc-react-test-library

Usage

import { Button } from "mc-react-test-library";
import React from "react";

const App = () => {
	return (
		<Button
			text="Click Me!..."
			type="hacker"
			buttonAttributes={{
				onClick: () => {
					alert("clicked...");
				},
			}}
		/>
	);
};

export default App;

License

MIT © xChivalrouSx

Readme

Keywords

none

Package Sidebar

Install

npm i mc-react-test-library

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

9 kB

Total Files

7

Last publish

Collaborators

  • chivalrous