Skip to content

pankod/react-hooks-screen-type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This package is useful for determining screen size type on web applications with respect to bootstrap 4 grid system.

Install

npm i react-hooks-screen-type

Or

yarn add react-hooks-screen-type

Usage

import useScreenType from 'react-hooks-screen-type';

function MyAwesomeComponent() {
    const screenType = useScreenType();
    // can be "x-small, small, medium, large, x-large"
}

Created by Pankod

License

Licensed under the MIT License, Copyright © 2018-present Pankod

About

Determining screen size type for Bootstrap 4 grid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published