Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdbootstrap/react-card-deck
Responsive Card Deck built with Bootstrap 5, React 17 and Material Design 2.0. Bootstrap card-deck with multiple rows and standard breakpoints.
https://github.com/mdbootstrap/react-card-deck
bootstrap bootstrap-template bootstrap-theme bootstrap5 css html js jsx react react-bootstrap
Last synced: about 2 months ago
JSON representation
Responsive Card Deck built with Bootstrap 5, React 17 and Material Design 2.0. Bootstrap card-deck with multiple rows and standard breakpoints.
- Host: GitHub
- URL: https://github.com/mdbootstrap/react-card-deck
- Owner: mdbootstrap
- License: other
- Created: 2022-09-19T08:17:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T11:48:23.000Z (over 2 years ago)
- Last Synced: 2024-10-12T13:59:29.919Z (3 months ago)
- Topics: bootstrap, bootstrap-template, bootstrap-theme, bootstrap5, css, html, js, jsx, react, react-bootstrap
- Language: JavaScript
- Homepage: https://mdbootstrap.com/docs/react/extended/card-deck/
- Size: 693 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 Card Deck built with Bootstrap 5, React 17 and Material Design 2.0. Bootstrap card-deck with multiple rows and standard breakpoints.
Check out [React Bootstrap Card Deck Documentation](https://mdbootstrap.com/docs/react/extended/card-deck/) for detailed instructions & even more examples.
## Card deck layout
In addition to styling the content within cards, Bootstrap includes a few options for laying out series of cards.
### Cards group
Use card groups to render cards as a single, attached element with equal width and height columns. Card groups start off stacked and use `display: flex;` to become attached with uniform dimensions starting at the `sm` breakpoint.
![React Bootstrap Card Deck](./assets/basic.png)
```js
import React from "react";
import {
MDBCard,
MDBCardImage,
MDBCardBody,
MDBCardTitle,
MDBCardText,
MDBCardGroup,
MDBContainer,
} from "mdb-react-ui-kit";export default function Basic() {
return (
Card title
This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit
longer.
Last updated 3 mins ago
Card title
This is a wider card with supporting text below as a natural
lead-in to additional content.
Last updated 3 mins ago
Card title
This is a wider card with supporting text below as a natural
lead-in to additional content. This card has even longer content
than the first to show that equal height action.
Last updated 3 mins ago
);
}
```## 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