1.0.4 • Published 2 years ago
@fully-stacked/tsx-json-viewer v1.0.4
TSX Json Viewer
Props
| name | type | required |
|---|---|---|
| data | object | ✅ |
| font | string | ❌ |
| collapseButtonComponent | ReactNode | ❌ |
| copyValueComponent | ReactNode | ❌ |
| actionBarOptions | ActionBarOptions | ❌ |
| customTheme | JsonViewerTheme | ❌ |
| copyType | CopyType | ❌ |
Types
ActionBarOptions
| name | type | required |
|---|---|---|
| collapseAllButton | ReactNode | ❌ |
| expandAllButton | ReactNode | ❌ |
| copyButton | ReactNode | ❌ |
| themeOptions | ThemeOptions | ❌ |
ThemeOptions
| name | type | required |
|---|---|---|
| showThemeWidget | boolean | ❌ |
| darkThemeComponent | ReactNode | ❌ |
| lightThemeComponent | ReactNode | ❌ |
| customThemeComponent | ReactNode | ❌ |
JsonViewerTheme
| name | type | required |
|---|---|---|
| background | string | ✅ |
| number | string | ✅ |
| booleanTrue | string | ✅ |
| booleanFalse | string | ✅ |
| string | string | ✅ |
| key | string | ✅ |
| brackets | string | ✅ |
| collapse | string | ✅ |
| supplementary | string | ✅ |
CopyType (Enum)
| value |
|---|
| None |
| Values |
| Objects |
| All |