Bootstrap Table

Firstname Lastname Email
John Doe [email protected]
Mary Moe [email protected]
July Dooley [email protected]

<Card>
    <Card.Header className="card-header bg-light-blue border border-light-blue text-white">
        Striped Table
    </Card.Header>
    <Card.Body>
        <Table striped>
            <thead>
                <tr>
                    <th>....</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>......</td>
                </tr>
            </tbody>
        </Table>
    </Card.Body>
</Card>

results matching ""

    No results matching ""