upload-widget-daniel-farrell
v0.1.0
Published
Describe <component-name> here…
Downloads
3
Maintainers
Readme
<component-name>
Web Component
[!NOTE] Thanks for using this template! You'll first want to find-and-replace instances of
component-name
,ComponentName
, andDescribe <component-name> here…
. If you're not me, you'll also want to update author information inpackage.json
andLICENSE
, replace instances ofjgarber
andjgarber623
, and update a bunch of URLs.Once you've done all that, you can remove this note and starting building your Web Component.
Describe <component-name>
here…
🧩 See <component-name>
in action!
Getting <component-name>
You've got several options for adding this Web Component to your project:
- Download a release from GitHub and do it yourself (old school).
- Install using npm:
npm install @jgarber/component-name --save
- Install using Yarn:
yarn add @jgarber/component-name
Usage
First, add this <script>
element to your page which defines the <component-name>
Web Component:
<script type="module" src="component-name.js"></script>
License
The <component-name>
Web Component is freely available under the MIT License.