Skip to content

Commit 5f2ccf1

Browse files
authored
Update README.md
1 parent 0cc854e commit 5f2ccf1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,12 @@ Underneath we use Chakra-UI, you can send in a custom theme for us to apply. Rea
128128

129129
```tsx
130130
<ReactSpreadsheetImport
131-
...
131+
customTheme={yourTheme}
132132
/>
133133
```
134134

135+
You can see all the changable styles [here](https://github.com/UgnisSoftware/react-spreadsheet-import/blob/master/src/theme.ts)
136+
135137
### Changing text (translations)
136138

137139
You can change any text in the flow:
@@ -146,6 +148,8 @@ You can change any text in the flow:
146148
/>
147149
```
148150

151+
You can see all the translation keys [here](https://github.com/UgnisSoftware/react-spreadsheet-import/blob/master/src/translationsRSIProps.ts)
152+
149153
## VS other libraries
150154

151155
Flatfile vs react-spreadsheet-import and Dromo vs react-spreadsheet-import:

0 commit comments

Comments
 (0)