From 3daa88fcd1568911840d4b6580f708405623c505 Mon Sep 17 00:00:00 2001 From: mojafa Date: Tue, 11 Feb 2025 01:22:38 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 13535a0..4c6aa0b 100644 --- a/readme.md +++ b/readme.md @@ -95,9 +95,8 @@ const Parent: Component<...> = props1 => { } ``` -See also [undestructure-example](https://github.com/orenelbaum/undestructure-example) (or [Open in Stackblitz](https://stackblitz.com/github/orenelbaum/undestructure-example)). - - +See also [undestructure-example](https://github.com/orenelbaum/undestructure-example) (or [Open in Stackblitz](https://stackblitz.com/github/orenelbaum/undestructure-example)) (or +[Open in Codeanywhere](https://app.codeanywhere.com/#https://github.com/orenelbaum/undestructure-example)) ## `Component` Type Annotation When this option is enabled (it is enabled by default), the plugin transforms all arrow function components which are part of a variable declaration with a `Component` type annotation.