Add Code component

This commit is contained in:
venashial
2022-07-09 14:51:04 -07:00
parent 035fa3be3f
commit 48bc18017e
9 changed files with 111 additions and 23 deletions

View File

@@ -0,0 +1,7 @@
```svelte example raised
<script lang="ts">
import { Code } from 'omorphia'
</script>
<Code text="AaBbCcDd" />
```