Skip to content

Commit

Permalink
feat - added analytic card
Browse files Browse the repository at this point in the history
  • Loading branch information
Katleho-codes committed Apr 26, 2023
1 parent c063bd3 commit a9eccc0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
11 changes: 11 additions & 0 deletions components/AnalyticCard.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from 'react'

function AnalyticCard() {
return (
<>

</>
)
}

export default AnalyticCard
16 changes: 15 additions & 1 deletion src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ function Dashboard() {
<Navbar />
<main>
<div className="container">
<h1>Dashboard</h1>
<section>
<h1>Dashboard</h1>
<button>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z"/></svg>
Last month
</button>
</section>

<section>
<article>
<div className="dashboard_card_title">
<h3>Units in</h3>
</div>
</article>
</section>
</div>
</main>
</>
Expand Down

0 comments on commit a9eccc0

Please sign in to comment.