Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

oVirt/ovirt-ui-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This project is deprecated.

See the https://github.com/patternfly/patternfly-react project.

oVirt UI Components

Please note this project is no longer maintained

Build Status

Reusable components for UIs related to the oVirt project.

Usage

yarn add ovirt-ui-components or npm install ovirt-ui-components

import { MyComponent } from 'ovirt-ui-components'

ReactDOM.render(
  <MyComponent prop1={foo} prop2={bar} />,
  document.getElementById('my-root')
)

Development

yarn start will run a webpack-dev-server with live reloading of all components that serves this showcase application.

Build

To get production build run yarn build. This will produce the file ovirt-ui-components.js containing all oVirt UI Components. This file is a non-minified UMD module intended to be used in a target host application.

Host Applications

The goal of this repository is to aggregate a wide range of useful components from small "dumb" components to a large and complex dialog-style components. Due to this there are several restrictions on the context in which these components can be used.

TODO: document host app requirements

About

Reusable components for Open Virtualization UIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published