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