score:1
.masonry.grid {
display: block;
}
@media only screen and (min-width: 768px) {
.masonry.grid {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
}
.ui.doubling.masonry.grid[class*="three column"] > .column {
width: 100% !important;
}
}
@media only screen and (min-width: 992px) {
.masonry.grid {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
score:1
<Grid columns={3} stretched>
<Grid.Column>
<Card style={{ height: '30px' }} />
<Card style={{ height: '55px' }} />
<Card style={{ height: '70px' }} />
</Grid.Column>
<Grid.Column>
<Card style={{ height: '55px' }} />
<Card style={{ height: '30px' }} />
<Card style={{ height: '70px' }} />
</Grid.Column>
<Grid.Column>
<Card style={{ height: '55px' }} />
<Card style={{ height: '70px' }} />
<Card style={{ height: '30px' }} />
</Grid.Column>
</Grid>
Source: stackoverflow.com
Related Query
- React-Semantic-UI Cards with Pinterest Layout
- Closing React Semantic UI modal with button and close icon
- using google fonts in nextjs with sass, css and semantic ui react
- React Datetime Picker Component with Semantic UI React example
- With React Semantic UI use NavLink to set active page class?
- How to make a Semantic UI React grid full screen with different row heights?
- Blinking Modal with Semantic UI React
- How to build stackable cards in React with react-swipe-card?
- How can I use grid layout with Fluent UI React
- How to layout with nine square view in React Native?
- Error Cannot read property 'left' of undefined in React Semantic UI Popup with Styled Component
- How to changing layout based on screen size with react
- How to fill React Grid Layout item with material UI Card
- rtl support and configuration with semantic ui react
- How to make react semantic UI TextArea with default value, but still allows user to change the value?
- React Bootstrap Cards and CardDeck Components - responsive layout
- Issue with Menu.Item NavLink always active Semantic UI React
- Semantic UI forms with React
- React Horizontal Scrolling cards with Arrows on top
- Issue with Semantic ui react calendar
- Semantic UI React - populate dropdown with remote content
- Using .map() helper with bootstrap <Col sm="4" /> layout in React
- React Grid Layout with data-grid passed down to a child component not working
- HandleChange in Javascript with React and Semantic Ui
- Dynamically render react list with semantic UI
- How can I validate on blur with Semantic UI React and React Hook Form?
- Multi layout react routing with 404 component and without re-rendering layout on URL change
- Using Isotope.js with React to create a masonry layout with filters?
- How do I expand multiple cards in react with state?
- Redirect to page with different page layout in React
More Query from same tag
- React JS components rerendering despite callbacks when props are passed
- React + Typescript: How to type event.target.name to state?
- Does a function executing a setTimeout get canceled using clearTimeout?
- react-router routes not giving the desired output when rendered not showing anything on the webpage
- How to map over setters in a functional component?
- JavaScript index.js .babelrc error "Do not clone comments tha...<omitted>... } could not be cloned"
- Apollo Server Express + Subscriptions error
- How can I enforce different typescript interface classes based on a type condition in React?
- React Native - Animated Functional Components
- Items not being Rendered when calling Map on Component
- How can i fix "Uncaught TypeError: dispatch is not a function"?
- Creating a 2 page website ( index.html & another.html ) using Webpack and React
- How can I clear the state in React.js?
- JSX element type does not have any construct or call signatures
- React open full picture onClick
- How to fetch currency flags from API?
- React hooks function runs every time when props changed
- Writing generic React input hook
- React unit tests with Enzyme don't re-bind context of helper functions
- Maintain consistant state between containers
- React create Bootstrap grid of unknown size
- Getting 404 (Not Found) on axios.delete()
- Label is not floating upward after writing text in textbox
- Next.js + React Go back to the previous page
- Props is not defined using render props
- A simple form component with react.js. But onsubmit all fields always empty?
- How to solve async-await function problem while using Axios?
- how can i open a modal from other component in react js functional component react-modal
- Chained arrow function in react/material ui
- Cannot read property 'questions' of undefined