Skip to content

Commit

Permalink
Added codesandbox link and updated link to target _blank
Browse files Browse the repository at this point in the history
  • Loading branch information
kegi committed Jan 13, 2022
1 parent da4defa commit 61066b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
---

## Installation
[Check the installation helper](https://concrete-form.com/docs/getting-started/install)
<a href="https://concrete-form.com/docs/getting-started/install" target="_blank">Check the installation helper</a>

## Example
> [Material-UI](https://mui.com/) [TextField](https://mui.com/components/text-fields/) connected with [React hook form](https://react-hook-form.com)
> <a href="https://mui.com" target="_blank">Material-UI</a> <a href="https://mui.com/components/text-fields/" target="_blank">TextField</a> connected with <a href="https://react-hook-form.com" target="_blank">React hook form</a>

Concrete Form fill the implementation gap between form libraries and UI libraries. No more boilerplate !

Expand All @@ -54,5 +55,7 @@ const Demo = () => (
)
```

Live example on <a href="https://codesandbox.io/s/fast-lake-grxo5?file=/src/App.tsx" target="_blank">codesandbox</a> and on <a href="https://concrete-form.com/docs/#example" target="_blank">documentation site</a>

## Documentation
https://concrete-form.com

0 comments on commit 61066b9

Please sign in to comment.