Skip to content

Commit 0d4b3f2

Browse files
committed
chore(README): update
1 parent 1b071fc commit 0d4b3f2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,22 @@
44

55
Run and test a single building block of your BPMN diagram.
66

7-
## Try it
8-
9-
[Demo](https://scaling-chainsaw-lro45v3.pages.github.io/)
10-
117
## Usage
128

13-
The library exposes a single React component:
14-
159
```js
1610
import TaskTesting from '@camunda/task-testing';
11+
12+
function App() {
13+
...
14+
15+
<TaskTesting api={ ... }>
16+
<TaskTesting.Tab label={ 'Foo' }>...</TaskTesting.Tab>;
17+
<TaskTesting.Link href="https://camunda.com">Foo</TaskTesting.Link>;
18+
</TaskTesting>
19+
}
1720
```
1821

19-
The configuration is passed via the [props of the TaskTesting component](https://github.com/camunda/task-testing/blob/fa1d39874f532e669adec7d7a76aaf0fd99e0e5a/lib/components/TaskTesting/TaskTesting.js#L50).
22+
[See demo](https://github.com/camunda/task-testing/tree/main/demo)
2023

2124
## Development
2225

0 commit comments

Comments
 (0)