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:
10
src/routes/components/FormField.md
Normal file
10
src/routes/components/FormField.md
Normal file
@@ -0,0 +1,10 @@
|
||||
```svelte example
|
||||
<script lang="ts">
|
||||
import { FormField } from "omorphia";
|
||||
import { TextInput } from "omorphia";
|
||||
</script>
|
||||
|
||||
<FormField label="Favorite color">
|
||||
<TextInput placeholder="Enter another color..." />
|
||||
</FormField>
|
||||
```
|
||||
Reference in New Issue
Block a user