Skip to content

Commit

Permalink
For packages add badges to docs and GH
Browse files Browse the repository at this point in the history
Fixes #114
  • Loading branch information
sverhoeven committed Oct 9, 2024
1 parent dac9f16 commit e97e2b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![TS-Standard - Typescript Standard Style Guide](https://badgen.net/badge/code%20style/ts-standard/blue?icon=typescript)](https://github.com/standard/ts-standard)
[![npmjs.com](https://img.shields.io/npm/v/@i-vresse/wb-core.svg?style=flat)](https://www.npmjs.com/package/@i-vresse/wb-core)
[![Documentation](https://img.shields.io/badge/docs-blue)](https://i-vresse.github.io/workflow-builder/core/docs/)
[![GitHub](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/i-VRESSE/workflow-builder/tree/main/packages/core)

React components and hooks to construct a workflow builder application.
The workflow builder application allows you to create a complex TOML formatted config file based on a set of JSON schemas.
Expand Down
2 changes: 2 additions & 0 deletions packages/form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![TS-Standard - Typescript Standard Style Guide](https://badgen.net/badge/code%20style/ts-standard/blue?icon=typescript)](https://github.com/standard/ts-standard)
[![npmjs.com](https://img.shields.io/npm/v/@i-vresse/wb-form.svg?style=flat)](https://www.npmjs.com/package/@i-vresse/wb-form)
[![Documentation](https://img.shields.io/badge/docs-blue)](https://i-vresse.github.io/workflow-builder/form/docs/)
[![GitHub](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/i-VRESSE/workflow-builder/tree/main/packages/form)

This package contains an enhanced version of the [React JSON schema form component](https://github.com/rjsf-team/react-jsonschema-form) with Bootstrap 4 theme.

Expand Down

0 comments on commit e97e2b7

Please sign in to comment.