Adding Featurebar

This commit is contained in:
Belen Curcio
2020-09-23 15:49:04 -03:00
parent 15b5bec0c6
commit 2d94841910
11 changed files with 117 additions and 2 deletions

View File

@@ -1,10 +1,13 @@
import Button from "../ui/Button";
import { Featurebar, Button } from "ui";
export default function Home() {
return (
<div>
<h1>Hello World</h1>
<main>
<Featurebar
title="Free Standard Shipping on orders over $99.99"
description="Due to COVID-19, some orders may experience processing and delivery delays."
/>
<Button>Click Me!</Button>
</main>
</div>