|
6 | 6 |
|
7 | 7 | [Box UI Elements](https://developer.box.com/docs/box-ui-elements) |
8 | 8 | ========================================================================== |
9 | | -The Box UI Elements are currently in beta and may contain bugs. Their interfaces may also update as needed. Please email [box-ui-kit-feedback@box.com](mailto:box-ui-kit-feedback@box.com) to report issues or provide feedback. |
| 9 | +The Box UI Elements are currently in beta and may contain bugs. Their interfaces may also update as needed. Please email [box-ui-elements@box.com](mailto:box-ui-elements@box.com) to report issues or provide feedback. |
10 | 10 |
|
11 | 11 | ## Usage |
12 | 12 | If you are not building a [React](https://facebook.github.io/react) based app, please follow the [documentation on our developer docs](https://developer.box.com/docs/box-ui-elements), which shows how to use the Box UI Elements via script includes. Continue reading below to import the components into your React based app. |
@@ -47,8 +47,8 @@ render( |
47 | 47 | ); |
48 | 48 | ``` |
49 | 49 |
|
50 | | -### Attributes |
51 | | -| Attribute | Type | Default | Description | |
| 50 | +### Props |
| 51 | +| Prop | Type | Default | Description | |
52 | 52 | | --- | --- | --- | --- | |
53 | 53 | | token* | string | | *See the [developer docs](https://developer.box.com/docs/box-content-explorer#section-options).* | |
54 | 54 | | getLocalizedMessage* | function(string, { [string]: string }) | | Function to get localized strings. | |
@@ -100,8 +100,8 @@ render( |
100 | 100 | ); |
101 | 101 | ``` |
102 | 102 |
|
103 | | -### Attributes |
104 | | -| Attribute | Type | Default | Description | |
| 103 | +### Props |
| 104 | +| Prop | Type | Default | Description | |
105 | 105 | | --- | --- | --- | --- | |
106 | 106 | | token* | string | | *See the [developer docs](https://developer.box.com/docs/box-content-picker#section-options).* | |
107 | 107 | | getLocalizedMessage* | function(string, { [string]: string }) | | Function to get localized strings. | |
@@ -143,8 +143,8 @@ render( |
143 | 143 | ); |
144 | 144 | ``` |
145 | 145 |
|
146 | | -### Attributes |
147 | | -| Attribute | Type | Default | Description | |
| 146 | +### Props |
| 147 | +| Prop | Type | Default | Description | |
148 | 148 | | --- | --- | --- | --- | |
149 | 149 | | token* | string | | *See the [developer docs](https://developer.box.com/docs/box-content-uploader#section-options).* | |
150 | 150 | | getLocalizedMessage* | function(string, { [string]: string }) | | Function to get localized strings. | |
@@ -181,8 +181,8 @@ render( |
181 | 181 | ); |
182 | 182 | ``` |
183 | 183 |
|
184 | | -### Attributes |
185 | | -| Attribute | Type | Default | Description | |
| 184 | +### Props |
| 185 | +| Prop | Type | Default | Description | |
186 | 186 | | --- | --- | --- | --- | |
187 | 187 | | token* | string | | *See the [developer docs](https://developer.box.com/docs/box-content-tree#section-options).* | |
188 | 188 | | getLocalizedMessage* | function(string, { [string]: string }) | | Function to get localized strings. | |
@@ -218,8 +218,8 @@ render( |
218 | 218 | ); |
219 | 219 | ``` |
220 | 220 |
|
221 | | -### Attributes |
222 | | -| Attribute | Type | Default | Description | |
| 221 | +### Props |
| 222 | +| Prop | Type | Default | Description | |
223 | 223 | | --- | --- | --- | --- | |
224 | 224 | | token* | string | | *See the [developer docs](https://developer.box.com/docs/box-content-preview#section-initialization-and-options).* | |
225 | 225 | | fileId* | string | | The id of the file to preview. | |
|
0 commit comments