Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit b88bcaa

Browse files
committed
add image components
1 parent 5b3ad45 commit b88bcaa

File tree

7 files changed

+29
-2
lines changed

7 files changed

+29
-2
lines changed

docs/components/InputBase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 5
66

77
Simple building block for creating an input which comes with basic default styles (colors, rounded borders).
88

9-
![InputBase Example](/img/inputBase.png)
9+
![InputBase Example](/img/inputBase.svg)
1010

1111
## Import
1212

docs/components/IntergerInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 6
77
Provides an input field for integer values, validating that user input is a valid integer, and showing error if not.
88
Shows by default a small button to multiply input's value \* 10^18 to transform to wei.
99

10-
![IntegerInput Example](/img/integerInput.png)
10+
![IntegerInput Example](/img/integerInput.svg)
1111

1212
## Import
1313

static/img/inputBase.png

-5.12 KB
Binary file not shown.

static/img/inputBase.svg

Lines changed: 18 additions & 0 deletions
Loading

static/img/integerInput.png

-5.26 KB
Binary file not shown.

static/img/integerInput.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)