elwins-test-web-components-react

React specific wrapper for my test Web Components library

Usage no npm install needed!

<script type="module">
  import elwinsTestWebComponentsReact from 'https://cdn.skypack.dev/elwins-test-web-components-react';
</script>

README

Built With Stencil

Elwins Test Web Components for React

These are my test Web Components specifically build for React.

Using these components

Add this package to your project:

npm install elwins-test-web-components-react --save

Or:

yarn add elwins-test-web-components-react

Import the component(s) you want to use:

import { EveButton } from "elwins-test-web-components-react";

Use it in your JSX as any React component:

<EveButton href="https://elwinvaneede.com">Website</EveButton>

How to release a new version

  • Build the core package
  • Run build on this package
  • Publish