1.0.1 • Published 2 years ago

tcur v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

NameDescription
initializationThreekitobject *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