reco-ui-sdk
v1.0.4
Published
Recommendation (Reco) UI React library
Readme
reco-ui-sdk
Recommendation (Reco) UI React library
Overview
This is a React library for Reco components which can be shared across DEX or EADP team
Installation
For development, please install dependency within package.json
npm installArchitecture
Component is stored in src/components. Buttonis the very first sample component
rollup - build the package supports both commonJS(cjs) and ECMASciprt Module(esm)
storybook - For UI component development, testing and documentation
Test
For previewing and testing an isolate component, build story and launch storybook; please refer to storybook tutorial above for more details
npm run storybook