0.0.9
- 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 }
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 }