Model Examples
(Undo revision 12834 by Edgar (talk))
No edit summary
Line 138: Line 138:
   }
   }


  .card-container, .card-container-3 {
.card-container, .card-container-3 {
     grid-template-columns: 1fr; /* Adjust grid for single column layout on mobile */
     grid-template-columns: 1fr; /* Full width for the grid column */
    max-width: none;
     padding: 0 15px; /* Adjust padding as needed */
     padding: 0 20px;
     grid-gap: 20px; /* Adjust grid gap as needed */
     margin: 0; /* Reset margin to align cards properly */
   }
   }


   .cards {
   .cards {
     width: auto; /* Allow cards to fill the available width */
    margin-bottom: 20px; /* Adjust space between card rows as needed */
     margin: 10px; /* Add some space around cards */
     width: auto; /* Auto width for flexibility */
    max-width: 296px; /* Maximum width set to original width, can adjust if needed */
     box-sizing: border-box; /* Include padding in the width calculation */
  }
   }
   }
}
}

Revision as of 15:33, 9 November 2023

Model Samples
MODEL SAMPLES
Get started with MDriven sample models. Explore our models and choose what you want to build.

Complete Models

Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.

Complete Models

Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.

Complete Models

Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Test
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Placeholder
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.