nifty-components
v1.0.0-beta-7
Published
nifty reusable react component(s)
Downloads
2
Readme
nifty-components
some nifty components for your react app
Install
npm install --save nifty-components
Usage
import React from 'react'
import { ImageSpinner } from 'nifty-components'
function App() {
const spinner = <h2>loading, please wait</h2>
return (
<div className='App'>
<ImageSpinner
alt='desription'
src='https://placekitten.com/g/200/300'
customspinner={spinner}
/>
</div>
)
}
export default App
License
MIT © Trevor Martin