Sha256: 539362303bd9c03478c38c4554c5fb4450d362cb77361751b56340b1dba5c5fb

Contents?: true

Size: 226 Bytes

Versions: 6

Compression:

Stored size: 226 Bytes

Contents

import { Box, Card } from '@mui/material'

const Content = ({ children }) => {
  return (
    <Box sx={{ m: 1, boxShadow: 3 }} component={Card} flex={7} px={3} py={2}>
      {children}
    </Box>
  )
}

export default Content

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
flamerb-0.3.0 templates/frontend/layouts/content.jsx
flamerb-0.2.3 templates/frontend/layouts/content.jsx
flamerb-0.2.0 templates/frontend/layouts/content.jsx
flamerb-0.1.3 templates/frontend/layouts/content.jsx
flamerb-0.1.2 templates/frontend/layouts/content.jsx
flamerb-0.1.1 templates/frontend/layouts/content.jsx