Package Exports
- csv-parse-muriel-cole
- csv-parse-muriel-cole/component-name.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (csv-parse-muriel-cole) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.jsonandLICENSE, replace instances ofjgarberandjgarber623, 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.