Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdbootstrap/react-dialog
Responsive React Dialog built with Bootstrap 5. Examples of dialog box UI for confirm & reject dialog popups, alert dialogs & more.
https://github.com/mdbootstrap/react-dialog
bootstrap bootstrap-modal bootstrap-template bootstrap-theme bootstrap5 css html jsx react-bootstrap react-modal reactjs
Last synced: 3 days ago
JSON representation
Responsive React Dialog built with Bootstrap 5. Examples of dialog box UI for confirm & reject dialog popups, alert dialogs & more.
- Host: GitHub
- URL: https://github.com/mdbootstrap/react-dialog
- Owner: mdbootstrap
- License: other
- Created: 2022-09-27T23:31:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T08:50:41.000Z (over 2 years ago)
- Last Synced: 2024-12-15T17:47:19.470Z (25 days ago)
- Topics: bootstrap, bootstrap-modal, bootstrap-template, bootstrap-theme, bootstrap5, css, html, jsx, react-bootstrap, react-modal, reactjs
- Language: JavaScript
- Homepage: https://mdbootstrap.com/docs/react/extended/dialog/
- Size: 530 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.pdf
Awesome Lists containing this project
README
Responsive React Dialog built with Bootstrap 5. Examples of dialog box UI for confirm & reject dialog popups, alert dialogs & more.
Dialog is a mobile-friendly popup for showing additional content, alerts, confirmation prompts etc.
Check out [React Bootstrap Dialog Documentation](https://mdbootstrap.com/docs/react/extended/dialog/) for detailed instructions & even more examples.
## Basic dialog window
```jsx
import React, { useState } from "react";
import {
MDBBtn,
MDBModal,
MDBModalDialog,
MDBModalContent,
MDBModalHeader,
MDBModalTitle,
MDBModalBody,
MDBModalFooter,
MDBContainer,
} from "mdb-react-ui-kit";export default function Basic() {
const [basicModal, setBasicModal] = useState(false);const toggleShow = () => setBasicModal(!basicModal);
return (
<>
LAUNCH DEMO DIALOG
Modal title
...
Close
Save changes
>
);
}```
## How to use?
1. Download MDB React - free 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)
___
## More extended Bootstrap 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
- React Timeline
- React To Do List
- React Padding
- React Modal Size
- React Modal Backdrop
- React CSS Text Animations
- React Video
- React Modal Show, Close, Hide & Toggle
- React Card deck
- React Table filter
- React Slider
- React Logo
- React Popup
- React Weather
- React Hero
- React Max Width
- React Select dropdown
- React Labels
- React Dialog