diff --git a/README.md b/README.md index 2cbb236..4977656 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This project generates React wrappers and typings from the Stencil component library for efficient use with TypeScript and TSX in React. ❤️ -The benefits of using a Stencil component is that it compiles down to standards-compliant Web Components / Custom Elements, while at the same time Stencil offers framework integrations for popular libraries such as React, Angular or Vue, which makes them easy to use across frameworks. +The benefit of using a Stencil component library is that Stencil compiles down to standards-compliant Web Components / Custom Elements, while at the same time it offers framework integrations for popular libraries such as React, Angular or Vue, which makes them easy to use across frameworks. + +![Stencil Web Components in React with TSX support](docs/Stencil-Web-Components-in-React.png "Stencil Web Components in React with TSX support") This project was generated using [Nx](https://nx.dev). diff --git a/docs/Nx-Console-VSCode.png b/docs/Nx-Console-VSCode.png new file mode 100644 index 0000000..8c01119 Binary files /dev/null and b/docs/Nx-Console-VSCode.png differ diff --git a/docs/Path-Mappings.png b/docs/Path-Mappings.png new file mode 100644 index 0000000..e9ac37d Binary files /dev/null and b/docs/Path-Mappings.png differ diff --git a/docs/Stencil-Web-Components-in-React.png b/docs/Stencil-Web-Components-in-React.png new file mode 100644 index 0000000..b080665 Binary files /dev/null and b/docs/Stencil-Web-Components-in-React.png differ