kjk

Solutions on MaxInterview for kjk by the best coders in the world

showing results for - "kjk"
Sarah
22 Aug 2018
1{
2  "styles": [
3    "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css",
4    "https://unpkg.com/kidlat-css/css/kidlat.css",
5    "public/landscape.css"
6  ]
7}
Alberto
06 Sep 2020
1// in src/Dashboard.js
2import * as React from "react";
3import { Card, CardContent, CardHeader } from '@material-ui/core';
4
5export default () => (
6    <Card>
7        <CardHeader title="Welcome to the administration" />
8        <CardContent>Lorem ipsum sic dolor amet...</CardContent>
9    </Card>
10);
11
similar questions
queries leading to this page
kjk