Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bourdakos1/changesets-demo


https://github.com/bourdakos1/changesets-demo

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

Elyra Pipeline Editor


Pipeline Editor


A react component for editing pipeline files. Used across all Elyra applications and browser extensions.


NPM Status
Test Status

## Installation

`@elyra/pipeline-editor` is available as an [npm package](https://www.npmjs.com/package/@elyra/pipeline-editor):

```sh
// npm
npm install @elyra/pipeline-editor

// yarn
yarn add @elyra/pipeline-editor
```

Or can be linked locally:
```sh
git clone [email protected]:elyra-ai/pipeline-editor.git
cd pipeline-editor

make clean install link
```

## Usage
```jsx
import { PipelineEditor } from '@elyra/pipeline-editor';

function App() {
return ;
}
```