https://github.com/mdbootstrap/react-modal-size
Responsive React popup window sizing with Bootstrap 5. Modal width, modal height, fullscreen modal, large modal with lg & xl modal classes and more. https://mdbootstrap.com/docs/react/extended/modal-size
https://github.com/mdbootstrap/react-modal-size
bootstrap bootstrap-template bootstrap-theme bootstrap5 css html js modal react size
Last synced: 4 months ago
JSON representation
Responsive React popup window sizing with Bootstrap 5. Modal width, modal height, fullscreen modal, large modal with lg & xl modal classes and more. https://mdbootstrap.com/docs/react/extended/modal-size
- Host: GitHub
- URL: https://github.com/mdbootstrap/react-modal-size
- Owner: mdbootstrap
- License: other
- Created: 2022-08-30T10:37:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T10:07:12.000Z (almost 4 years ago)
- Last Synced: 2025-11-16T19:22:50.585Z (8 months ago)
- Topics: bootstrap, bootstrap-template, bootstrap-theme, bootstrap5, css, html, js, modal, react, size
- Language: JavaScript
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.pdf
Awesome Lists containing this project
README

# MDB React 5
Responsive React popup window sizing with Bootstrap 5. Modal width, modal height, fullscreen modal, large modal with lg & xl modal classes and more.
Check out [React Modal Size Documentation](https://mdbootstrap.com/docs/react/extended/modal-size/) for detailed instructions & even more examples.
## Modal Size

```js
import React, { useState } from 'react';
import {
MDBBtn,
MDBModal,
MDBModalDialog,
MDBModalContent,
MDBModalHeader,
MDBModalTitle,
MDBModalBody
} from 'mdb-react-ui-kit';
export default function App() {
const [optSmModal, setOptSmModal] = useState(false);
const toggleShow = () => setOptSmModal(!optSmModal);
return (
<>
Small modal
Small modal
...
>
);
}
```
## How to use?
1. Download MDB 5 - FREE REACT UI KIT
2. Choose your favourite customized component and click on the image
3. Copy & paste the code into your MDB project
[▶️ Subscribe to YouTube channel for web development tutorials & resources](https://www.youtube.com/MDBootstrap?sub_confirmation=1)
You can find other examples [here](https://mdbootstrap.com/docs/react/extended/modal-size).
## More extended React documentation
- React Bootstrap Code
- React Bootstrap Gallery
- React Bootstrap Hamburger Menu
- React Bootstrap Jumbotron
- React Bootstrap Maps
- React Bootstrap Mega Menu
- React Bootstrap Media object
- React Bootstrap Multiselect
- React Bootstrap Masonry
- React Bootstrap Contact form
- React Bootstrap Gradients
- React Bootstrap Pagination
- React Bootstrap Panels
- React Bootstrap Social Media icons & buttons
- React Bootstrap Search
- React Bootstrap Table sort
- React Bootstrap Table responsive
- React Bootstrap Table scroll
- React Bootstrap Table search
- React Bootstrap Textarea
- React Bootstrap Sidebar
- React Bootstrap Profiles
- React Bootstrap Nested Dropdown
- React Bootstrap Address Form
- React Scroll Back to Top button
- React Product Cards
- React Avatar
- React Carousel Slider with Thumbnails
- React Chat
- React Comparison table
- React Comments
- React Drawer
- React FAQ component / section
- React Invoice
- React News feed
- React Offcanvas
- React Order details
- React Page transitions
- React Quotes
- React Payment forms
- React Select with custom Input
- React Square Buttons
- React Testimonial Slider
- React Testimonials / Reviews
- React Survey form