Massive interactivity updates to all components

This commit is contained in:
rektdeckard
2020-07-24 14:40:07 -04:00
parent 8ae4cb2b81
commit ecb51191d8
14 changed files with 340 additions and 82 deletions

View File

@@ -10,9 +10,12 @@ const Header: React.FC<HeaderProps> = () => {
<h1>Phosphor Icons</h1>
</div>
<div style={{ paddingRight: 32, textAlign: "end" }}>
<button>Download All</button>
<button>Download all</button>
<button>Request</button>
<button>Donate</button>
<a href="https://github.com/rektdeckard/phosphor-react">
<button>Github</button>
</a>
</div>
</header>
);