Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T14:00:57.000Z (2 months ago)
- Last Synced: 2024-11-12T14:40:58.423Z (2 months ago)
- Language: TypeScript
- Size: 397 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
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.