Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bourdakos1/changesets-demo
https://github.com/bourdakos1/changesets-demo
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bourdakos1/changesets-demo
- Owner: bourdakos1
- License: apache-2.0
- Created: 2021-03-19T17:01:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T15:53:23.000Z (over 3 years ago)
- Last Synced: 2023-02-26T15:11:29.667Z (over 1 year ago)
- Language: TypeScript
- Size: 382 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Elyra Pipeline Editor
A react component for editing pipeline files. Used across all Elyra applications and browser extensions.## 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-editormake clean install link
```## Usage
```jsx
import { PipelineEditor } from '@elyra/pipeline-editor';function App() {
return ;
}
```