| Name | Required | Type | Default | Notes |
|---|---|---|---|---|
baseUrl
|
Yes
|
String
|
''
|
This is the base URL of your website, likely the address of the homepage. It is required , all URLs to be shared will be built as relative paths to this. You can also use an environment variable . |
styled
|
No
|
Boolean
|
false
|
Whether the
components should be styled or not. It is
false
by default to allow for easier integration in any UI.
∗
|
label
|
No
|
Boolean
|
true
|
Whether the text label in the
components should be rendered or not.
∗
|
icon
|
No
|
Boolean
|
true
|
Whether the icon in the
components should be rendered or not.
∗
|
networks
|
No
|
String[]
|
all networks | Restrict the bundled networks to this allow-list to reduce your final bundle size. See Reducing bundle size . |