You've already forked AstralRinth
forked from didirus/AstralRinth
Add classes: Actions + Divider + Illustration + InfoTable + Stat, Add utilities (needs docs)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
```svelte example
|
||||
<script lang="ts">
|
||||
import Chips from "omorphia/components/Chips.svelte";
|
||||
import { Chips } from "omorphia";
|
||||
</script>
|
||||
|
||||
<Chips options={[
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
```svelte example
|
||||
<script lang="ts">
|
||||
import Chips from "omorphia/components/Chips.svelte";
|
||||
import { Chips } from "omorphia";
|
||||
|
||||
let foo = 'modpack'
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user