granite-file-saver

WebJar for granite-file-saver

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.lostinbrittany
ArtifactId

ArtifactId

granite-file-saver
Last Version

Last Version

1.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

granite-file-saver
WebJar for granite-file-saver
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/LostInBrittany/granite-file-saver

Download granite-file-saver

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.lostinbrittany/granite-file-saver/ -->
<dependency>
    <groupId>org.webjars.bowergithub.lostinbrittany</groupId>
    <artifactId>granite-file-saver</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.lostinbrittany/granite-file-saver/
implementation 'org.webjars.bowergithub.lostinbrittany:granite-file-saver:1.1.2'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.lostinbrittany/granite-file-saver/
implementation ("org.webjars.bowergithub.lostinbrittany:granite-file-saver:1.1.2")
'org.webjars.bowergithub.lostinbrittany:granite-file-saver:jar:1.1.2'
<dependency org="org.webjars.bowergithub.lostinbrittany" name="granite-file-saver" rev="1.1.2">
  <artifact name="granite-file-saver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.lostinbrittany', module='granite-file-saver', version='1.1.2')
)
libraryDependencies += "org.webjars.bowergithub.lostinbrittany" % "granite-file-saver" % "1.1.2"
[org.webjars.bowergithub.lostinbrittany/granite-file-saver "1.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [1.9,3)

Project Modules

There are no modules declared in this project.

Published on Vaadin  Directory Stars on vaadin.com/directory

granite-file-saver

A lightweight element to save content to a file on the local filesystem

Hybrid Polymer element, 1.x-2.x ready

Doc & demo

https://lostinbrittany.github.io/granite-file-saver

Usage example

<granite-file-saver text="A new file will be created with this content">
    <div class="clickHere">Click here to save a file</div>
</granite-file-saver>

Install

Install the component using Bower:

$ bower install LostInBrittany/granite-file-saver --save

Or download as ZIP.## Usage

  1. Import Web Components' polyfill (if needed):

    <script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
  2. Import Custom Element:

    <link rel="import" href="bower_components/granite-file-saver/granite-file-saver.html">
  3. Start using it!

    <granite-file-saver text="A new file will be created with this content">
        <div class="clickHere">Click here to save a file</div>
    </granite-file-saver>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

Versions

Version
1.1.2