@apicurio/common-ui-components
v2.0.7
Published
This library contains some React + Patternfly UI components that are used across multiple Apicurio UI projects.
Downloads
745
Readme
Apicurio Common UI Components
This library contains some React + Patternfly UI components that are used across multiple Apicurio UI projects.
Building
Use standard Node/NPM tooling to build the code in this library.
npm install
npm run lint
npm run build
Developing
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.