Coder Social home page Coder Social logo

bartosz121 / mui-file-input Goto Github PK

View Code? Open in Web Editor NEW

This project forked from viclafouch/mui-file-input

0.0 0.0 0.0 2.32 MB

A file input designed for the React library MUI

Home Page: https://viclafouch.github.io/mui-file-input/

License: MIT License

Shell 0.48% JavaScript 6.62% TypeScript 91.17% HTML 1.74%

mui-file-input's Introduction

MUI file input

A file input designed for the React library MUI

license ts npm CircleCI

Installation

// with npm
npm install mui-file-input

// with yarn
yarn add mui-file-input

Usage

import React from 'react'
import { MuiFileInput } from 'mui-file-input'

const MyComponent = () => {
  const [value, setValue] = React.useState(null)

  const handleChange = (newValue) => {
    setValue(newValue)
  }

  return <MuiFileInput value={value} onChange={handleChange} />
}

Changelog

Go to Github Releases

TypeScript

This library comes with TypeScript "typings". If you happen to find any bugs in those, create an issue.

๐Ÿ› Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

๐Ÿ’ก Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding a ๐Ÿ‘. This helps maintainers prioritize what to work on.

LICENSE

MIT

mui-file-input's People

Contributors

bartosz121 avatar viclafouch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.