Skip to content
Snippets Groups Projects
Commit 8d9ad78c authored by Sharath MS's avatar Sharath MS
Browse files

Button

parent 521eb84b
No related branches found
No related tags found
No related merge requests found
const content =[
{
id:1,
label: "PAGE NAME",
coustomClass: "/argon/",
item:"4,569",
user:"340",
rate:"46,53%"
},
{
id:2,
label: "VISITORS",
coustomClass: "/argon/index.html",
item:"3,985",
user:"319",
rate:"46,53%"
},
{
id:3,
label: "UNIQUE USERS",
coustomClass: "/argon/charts.html",
item:"3,513",
user:"294",
rate:"36,49%"
},
{
id:4,
label: "BOUNCE RATE",
coustomClass: "/argon/tables.html",
item:"2,050",
user:"147",
rate:"50,87%"
},
{
id:5,
label: "",
coustomClass: "/argon/profile.html",
item:"1,795",
user:"190",
rate:"46,53%"
},
]
\ No newline at end of file
......@@ -3,7 +3,7 @@ import { faArrowUp, faArrowDown} from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import './table.scss'
function Table() {
function Table(props) {
return (
<div className="row">
<div className="col-xl-8">
......@@ -21,6 +21,7 @@ function Table() {
<div className="table-responsive">
<table className="table align-items-center table-flush">
{content.map((notified))}
<thead className="thead-light">
<tr>
<th scope="col">PAGE NAME</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment