Skip to content

0.0.9

Compare
Choose a tag to compare
@mattjennings mattjennings released this 29 Mar 19:07
· 75 commits to main since this release
  • Example component takes a meta prop that will contain the code block's meta properties. i.e
```svelte example csr
<button />
```

The Example component will receive a meta prop with the value of { example: true, csr: true }