All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.common.CardContainer.js Maven / Gradle / Ivy

import { CardBaseContainer } from "components/common/CardBaseContainer"
import Elevate from "components/common/Elevate"

export const CardContainer = ({children, paperProps, ...props}) => (
  
    
      {children}
    
  
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy