1.0.0 • Published 3 years ago

react-bootstrap-size v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React Bootstrap size

Developer tool that renders display size based on Bootstrap 5 breakpoints.

Renders just the size label. All additional styling is up to you.

Installation

npm install react-bootstrap-size --save

Usage

import BootstrapSize from "react-bootstrap-size";

<BootstrapSize />

Breakpoints

Bootstrap 5 breakpoints

BreakpointLabelDimension
X-SmallXS<576px
SmallSM≥576px
MediumMD≥768px
LargeLG≥992px
Extra largeXL≥1200px
Extra extra largeXXL≥1400px