Card

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

import * as React from "react";
import { withNamespaces } from 'react-i18next';
import { Card, Row, Col, Button} from 'react-bootstrap';
class Defaultcards extends React.Component {
    render() {
        return (
            <Card>
                <Card.Img variant="top" src="/assets/images/card-header.jpg" >
                </Card.Img>
                <Card.Body>
                    <Card.Title>
                        Card Title
                    </Card.Title>
                    <Card.Text>
                        Some quick example text to build on the card
                    </Card.Text>
                    <Button className="primaryBg border primayBorder no-radius-btn mb-3">
                        Button
                    </Button>
                </Card.Body>
            </Card> 
            );
        }
    }
    export default Defaultcards()(Defaultcards);

 

results matching ""

    No results matching ""