Skip to content

Commit bcbbb25

Browse files
authored
Docs: Update with example app (#23)
1 parent f53ba57 commit bcbbb25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Box UI Elements are pre-built UI components that allow developers to add features of the main Box web application into their own applications. They can be used to navigate through, upload, preview, and select content stored on Box and are available both as React components and framework-agnostic JavaScript libraries.
1010

1111
## Usage
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 as libraries via script includes. Continue reading below to import the components into your React based app.
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 as libraries via script includes. Continue reading below to import the components into your React based app. You can also refer to https://github.com/box/box-ui-elements-demo, which a very minimalistic React based app using the Explorer UI Element.
1313

1414
## Installation
1515
`yarn add box-ui-elements` or `npm install box-ui-elements`
@@ -253,7 +253,7 @@ Copyright 2016-2017 Box, Inc. All Rights Reserved.
253253

254254
Licensed under the Box Software License Agreement v.20170516.
255255
You may not use this file except in compliance with the License.
256-
You may obtain a copy of the License at [Box UI Elements Software License Agreement](https://developer.box.com/docs/box-ui-kit-software-license-agreement)
256+
You may obtain a copy of the License at [Box UI Elements Software License Agreement](https://developer.box.com/docs/box-ui-elements-license)
257257

258258
Unless required by applicable law or agreed to in writing, software
259259
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)