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

@ -0,0 +1,7 @@
// TODO: extract utility
// TODO: refactor params to present nicer API
function formatStyle(style) {
return ['<style>', style, '</style>'].join('');
}
export { formatStyle };