{props.info}
{props.caption}
import * as css from './index.scss' import { tag, WeElement, h } from 'omi' @tag('m-simple-card') export default class SimpleCard extends WeElement { static css = css static propTypes = { color: String, path: String, info: String, caption: String } render(props) { return