chore(components): add untracked files

This commit is contained in:
Adan Ulloa 2020-01-22 10:13:09 -06:00
commit eada54c69d
10 changed files with 432 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<script>
let className = undefined;
export { className as class };
export let style = undefined;
</script>
<tbody aria-live={$$props['aria-live'] || 'polite'} class={className} {style}>
<slot />
</tbody>