0.2.6 • Published 7 years ago

ovirt-ui-components v0.2.6

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
7 years ago

oVirt UI Components

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

To facilitate rapid development with instant feedback a showcase application for development is provided in the /showcase directory.

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 run 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

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago