osterus-ui-kit
v1.2.9
Published
osterus react js UI kit
Downloads
89
Keywords
Readme
Installation
Open your terminal and install it using npm:
npm i osterus-ui-kit --legacy-peer-deps
Components
The current version of osterus-ui-kit includes all type of charts:
BarChart
BoxStats
BubbleChart
ChartBox
ChartContainer
DonutChart
HeatMapChart
MapChart
MixedChart
RadarChart
SelectionBarChart
StackStat
StackView
StandardHorizontalBarChart
StandardVerticalBarChart
StatsChart
Documentation
The storybook documentation will be done soon...
Testing
When testing, updating or adding new componenets to ui-kit please change code from package.json
from
"main": "dist/JobAds.js",
"module": "dist/index.es.js",
to
"main": "JobAds.js",
Building
After you finish with development please set the path to dist/
directory again and build the libery using:
npm run build-lib