semantic-ui-react-input-file

WebJar for semantic-ui-react-input-file

License

License

MIT
Categories

Categories

Ant Build Tools React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

semantic-ui-react-input-file
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

semantic-ui-react-input-file
WebJar for semantic-ui-react-input-file
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/cdaringe/semantic-ui-react-input-file

Download semantic-ui-react-input-file

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/semantic-ui-react-input-file/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>semantic-ui-react-input-file</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/semantic-ui-react-input-file/
implementation 'org.webjars.npm:semantic-ui-react-input-file:1.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/semantic-ui-react-input-file/
implementation ("org.webjars.npm:semantic-ui-react-input-file:1.0.3")
'org.webjars.npm:semantic-ui-react-input-file:jar:1.0.3'
<dependency org="org.webjars.npm" name="semantic-ui-react-input-file" rev="1.0.3">
  <artifact name="semantic-ui-react-input-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='semantic-ui-react-input-file', version='1.0.3')
)
libraryDependencies += "org.webjars.npm" % "semantic-ui-react-input-file" % "1.0.3"
[org.webjars.npm/semantic-ui-react-input-file "1.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

semantic-ui-react-input-file

a semantic-ui-react compatible file input control

JavaScript Style Guide semantic-release Greenkeeper badge CircleCI TypeScript package

install

yarn add semantic-ui-react-input-file

usage

import { InputFile } from 'semantic-ui-react-input-file'

<InputFile
  button={{ ...buttonProps }}
  input={{
    id: 'input-control-id',
    onChange: handleUpload
  }}
/>

Versions

Version
1.0.3