1.1.6 • Published 5 years ago

react-utility-component v1.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

react-utility-component

Getting started

npm install react-utility-component --save

Components

No.NameType
1ResponsiveComponent
2AdaptiveComponent
3FetchComponent
4FetchMoreComponent
5LoadingHocHOC
6IfInViewComponent

How to use

Responsive Component

import React, { Component } from 'react'

import { Responsive } from 'react-utility-component';

export default class index extends Component {
    render() {
        return (
            <div>
                <Responsive 
                breakpoint={'md'} 
                narrowScreen={<div>show for narrow screen mode</div>} 
                wideScreen={<div>show for wide screen mode</div>} />
            </div>
        )
    }
}

And more components coming soon document....

Inspire and extend from nextwebjs

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago