feat(component): add OverflowMenu

Closes #22
This commit is contained in:
Eric Liu 2019-12-26 10:25:46 -08:00
commit 9e3d387da3
19 changed files with 421 additions and 18 deletions

View file

@ -3,6 +3,7 @@
padding: 3em;
display: flex;
flex-direction: column;
min-height: 100vh;
}
</style>