test-config-ur
v1.0.29
Published
Install using `npm install test-config-ur`
Downloads
23
Readme
Install
Install using npm install test-config-ur
Installing additional libraries npm install ramda axios @emotion/react antd react-redux react-select redux-devtools-extension redux-thunk shortid styled-components
Usage
In a React app, use the Button or Badge components:import ConfigurationApp from 'test-config-ur'
Configuration props
| Name | Description | | ---------------------- | ---------------- | | initializationThreekit | object *require |
Example initialization
<ConfigurationApp
initializationThreekit={{
threekitUrl: 'https://preview.threekit.com/',
authToken: '44734acb-1194-444c-8bdc-703bb966cd9b',
assetId: 'fd40ff7f-f91b-438f-87c5-b8f23735d047',
}}
/>
Additional libraries that need to be installed
npm install ramda axios @emotion/react antd react-redux react-select redux-devtools-extension redux-thunk shortid styled-components