1.0.0-beta-7 • Published 4 years ago

nifty-components v1.0.0-beta-7

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

nifty-components

some nifty components for your react app

NPM JavaScript Style Guide

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