Table

      <Table
        title="Titolo della tabella"
        subtitle="Sottotitolo della tabella"
        backgroundImageUrl="https..."
        backgroundColor="#EE5A24"
        opacity={0.8}
        blur="0.2rem"
        color="white"
        elevation="1"
        rows={[
          ["Cognome", "Nome", "Età"],
          ["Paoletti", "Vigilio", 75],
          ["Scaroletti", "Emma", 45],
          ["Anselmi", "Ada", 32],
        ]}
      />