react-fake-components

1.0.0 • Public • Published

react-fake-components

Build Status

Fake a number of React components at will

import fakeComponents from 'react-fake-components';

fakeComponents(2) // => [<span />, <span />]
fakeComponents(2, 'Other') // => [<Other />]

MIT license

Readme

Keywords

Package Sidebar

Install

npm i react-fake-components

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • dariocravero