https://github.com/workfloworchestrator/prefix-plugin
This is the Prefix page plugin for the workflow orchestrator client.
https://github.com/workfloworchestrator/prefix-plugin
react
Last synced: about 1 month ago
JSON representation
This is the Prefix page plugin for the workflow orchestrator client.
- Host: GitHub
- URL: https://github.com/workfloworchestrator/prefix-plugin
- Owner: workfloworchestrator
- Created: 2021-04-08T10:40:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T13:48:29.000Z (about 3 years ago)
- Last Synced: 2025-03-13T19:25:33.150Z (over 1 year ago)
- Topics: react
- Language: TypeScript
- Size: 1.47 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THIS REPO IS ARCHIVED IT NO-LONGER RECEIVES UPDATES OR IS MAINTAINED
# orchestrator-client-prefix-page
> Orchestrator prefix page (extension)
[](https://www.npmjs.com/package/orchestrator-client-prefix-page) [](https://standardjs.com)
## Install
```bash
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
```tsx
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
}
}
```
## License
SURF © [rene.dohmen@surfnet.nl](https://github.com/acidjunk)
## DEV STUFF
To get started, in one tab, run:
```bash
cd orchestrator-client-prefix-page && yarn start
```
And in another tab, run the create-react-app dev server:
```bash
cd orchestrator-client-prefix-page/example && yarn start
```
New SCSS in Prefixes.scss??
`sass src/Prefixes.scss src/styles.module.css
`