feat(uishell): global header utilities

This commit is contained in:
Marcus Feitoza 2020-04-05 03:20:10 -03:00
commit 53e873bd94
8 changed files with 387 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<script>
import { cx } from '../../../lib';
</script>
<div class={cx('--header__global')}>
<slot />
</div>