https://github.com/apicurio/apicurio-common-ui-components
Common React-based UI components for Apicurio project UIs.
https://github.com/apicurio/apicurio-common-ui-components
Last synced: 3 months ago
JSON representation
Common React-based UI components for Apicurio project UIs.
- Host: GitHub
- URL: https://github.com/apicurio/apicurio-common-ui-components
- Owner: Apicurio
- License: apache-2.0
- Created: 2023-11-28T12:21:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T11:58:57.000Z (3 months ago)
- Last Synced: 2025-03-26T12:36:24.371Z (3 months ago)
- Language: TypeScript
- Size: 453 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.