### Install

Install using `npm install @elementalsweb/urlich-barns`

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 '@elementalsweb/urlich-barns'`

#### Configuration props

| Name                   | Description      |
| ---------------------- | ---------------- |
| initializationThreekit | object \*require |

#### Example initialization

```js
<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`
 
