elwins-test-web-components-react
v0.2.5
Published
React specific wrapper for my test Web Components library
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 --saveOr:
yarn add elwins-test-web-components-reactImport 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
