This library contains some React + Patternfly UI components that are used across multiple Apicurio UI projects.
Use standard Node/NPM tooling to build the code in this library.
npm install
npm run lint
npm run build
This library includes a demo application that showcases the components it provides, and allows easy iterative development.
npm install
npm run dev
Once running, open your browser to the URL indicated by the output of npm run dev
. You will
see the showcase application.