Model Examples
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
</div> | </div> | ||
<style> | <style> | ||
.container-model { | .container-model { | ||
display: flex; | display: flex; | ||
Line 48: | Line 47: | ||
.sidebar { | .sidebar { | ||
flex: 0 0 200px; | flex: 0 0 200px; | ||
padding: 20px; | padding: 20px; | ||
display: flex; | display: flex; | ||
Line 58: | Line 57: | ||
font-size: 16px; | font-size: 16px; | ||
font-weight: 500; | font-weight: 500; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
word-wrap: break-word; | word-wrap: break-word; | ||
} | } | ||
.card-container , .card-container-3 { | .card-container, .card-container-3 { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(3, 1fr); | grid-template-columns: repeat(3, 1fr); | ||
Line 78: | Line 77: | ||
flex-direction: column; | flex-direction: column; | ||
align-items: center; | align-items: center; | ||
margin-bottom: 32px; | margin-bottom: 32px; | ||
} | } | ||
Line 98: | Line 97: | ||
font-size: 20px; | font-size: 20px; | ||
font-weight: 700; | font-weight: 700; | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | } | ||
Line 124: | Line 123: | ||
} | } | ||
.sidebar a { | |||
display: block; | |||
color: #182933; | |||
text-decoration: none; | |||
margin-bottom: 10px; | |||
padding-left: 20px; | |||
position: relative; | |||
font-weight: 500; | |||
} | |||
.sidebar a.active { | |||
color: #1A50AD; | |||
} | |||
.sidebar a.active svg { | |||
position: absolute; | |||
left: 0; | |||
top: 0; | |||
} | |||
@media (max-width: 768px) { | |||
.sidebar, .search-container { | |||
display: none; /* Hide sidebar and search container on mobile */ | |||
} | } | ||
. | .card-container, .card-container-3 { | ||
grid-template-columns: 1fr; /* Adjust grid for single column layout on mobile */ | |||
max-width: none; | |||
padding: 0 20px; | |||
margin: 0; /* Reset margin to align cards properly */ | |||
} | } | ||
. | .cards { | ||
width: auto; /* Allow cards to fill the available width */ | |||
margin: 10px; /* Add some space around cards */ | |||
} | } | ||
} | |||
.search-container { | |||
display: flex; | |||
align-items: center; | |||
border-radius: 4px; | |||
border: 1px solid #E3E8EE; | |||
background: #FFF; | |||
width: 951px; | |||
height: 36px; | |||
flex-shrink: 0; | |||
} | |||
.search-container input[type="search"] { | |||
border: none; | |||
outline: none; | |||
width: 100%; | |||
padding: 0 10px; | |||
height: 100%; | |||
color: #999B9E; | |||
} | |||
.search-container svg { | |||
margin: 0 10px; | |||
} | |||
.search-container input::placeholder { | |||
color: #999B9E; | |||
} | |||
.search-container input:focus { | |||
border: none; | |||
outline: none; | |||
} | |||
</style> | </style> | ||
</head> | </head> |
Revision as of 14:46, 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
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Complete Models
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Complete Models
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Test
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip
Base App
You can use this as a starting point or you can merge it with most of the other examples and template models.
Download .zip