elwins-test-web-components-react
v0.2.5
Published
React specific wrapper for my test Web Components library
Downloads
3
Readme
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