Skip to content

This is the Prefix page plugin for the workflow orchestrator client.

Notifications You must be signed in to change notification settings

workfloworchestrator/prefix-plugin

Repository files navigation

orchestrator-client-prefix-page

Orchestrator prefix page (extension)

NPM JavaScript Style Guide

Install

npm install --save orchestrator-client-prefix-page

Todo: find out correct URL
git.ia.surfsara.nl:netdev/automation/projects/orchestrator-client-prefix-page.git

Usage

import React, { Component } from 'react'

import Prefixes from 'orchestrator-client-prefix-page'
import 'orchestrator-client-prefix-page/dist/index.css'

class Example extends Component {
  render() {
    return <Prefixes />
  }
}

License

SURF © [email protected]

DEV STUFF

To get started, in one tab, run:

cd orchestrator-client-prefix-page && yarn start

And in another tab, run the create-react-app dev server:

cd orchestrator-client-prefix-page/example && yarn start

New SCSS in Prefixes.scss?? sass src/Prefixes.scss src/styles.module.css

About

This is the Prefix page plugin for the workflow orchestrator client.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published