archivo-elements
v0.0.3
Published
Stencil Component Starter
Downloads
26
Maintainers
Readme
Archivo Elements
Archivo Elements is a collection of customizable File Upload and File Download buttons build using Stencil.js that can be used with any web framework.
Available Components
| Component | Description |
| -------------------- | ---------------------------------------- |
| archivo-upload
| A customizable file upload button
|
| archivo-download
| A customizable download button
|
Getting Started
To install Archivo Elements straight forward without any JavaScript framework, just include the following script tag just before the "head" tag on your HTML page where you want to use the web component.
<script src="https://unpkg.com/archivo-elements@latest/dist/main.js"></script>
Then to use a Archivo element, just use element tag like any other HTML element:
<archivo-download artitle="Download" arfilename="buddhi" armimetype="text/plain"></archivo-download>
<archivo-upload artitle="Upload" araccept=".jpg"></archivo-upload>
To learn more about Archivo Elements web components API, please read the Official Documentation