@fully-stacked/tsx-json-viewer
1.0.4 • Public • Published 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 |
Readme
Keywords
nonePackage Sidebar
Install
npm i @fully-stacked/tsx-json-viewer
Weekly Downloads