{"id":22181168,"url":"https://github.com/viclafouch/mui-file-input","last_synced_at":"2025-05-16T09:06:20.988Z","repository":{"id":61517869,"uuid":"535224683","full_name":"viclafouch/mui-file-input","owner":"viclafouch","description":"A file input designed for the React library MUI (Material UI) V6","archived":false,"fork":false,"pushed_at":"2025-03-16T17:46:34.000Z","size":3277,"stargazers_count":93,"open_issues_count":5,"forks_count":23,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T21:05:50.864Z","etag":null,"topics":["file","material","mui","react","typescript"],"latest_commit_sha":null,"homepage":"https://viclafouch.github.io/mui-file-input/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viclafouch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-11T07:37:57.000Z","updated_at":"2025-05-01T01:55:03.000Z","dependencies_parsed_at":"2024-04-22T10:29:45.858Z","dependency_job_id":"d447cf8f-79eb-4def-84c8-869112559794","html_url":"https://github.com/viclafouch/mui-file-input","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"6b227942f8f3e7a9c99ef39ee7b297ae2e680a84"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viclafouch%2Fmui-file-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viclafouch%2Fmui-file-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viclafouch%2Fmui-file-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viclafouch%2Fmui-file-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viclafouch","download_url":"https://codeload.github.com/viclafouch/mui-file-input/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501558,"owners_count":22081528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["file","material","mui","react","typescript"],"created_at":"2024-12-02T09:26:50.092Z","updated_at":"2025-05-16T09:06:15.978Z","avatar_url":"https://github.com/viclafouch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://viclafouch.github.io/mui-file-input/img/logo.svg\" width=\"80\" /\u003e\n\n\u003ch1\u003eMaterial UI file input\u003c/h1\u003e\n  \u003cp\u003eA file input designed for the React library \u003ca href=\"https://material-ui.com/\"\u003eMaterial UI\u003c/a\u003e\u003c/p\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/viclafouch/mui-file-input/blob/main/LICENSE)\n![ts](https://badgen.net/badge/Built%20With/TypeScript/blue)\n[![npm](https://img.shields.io/npm/v/mui-file-input)](https://www.npmjs.com/package/mui-file-input)\n[![CircleCI](https://circleci.com/gh/viclafouch/mui-file-input/tree/main.svg?style=svg)](https://circleci.com/gh/viclafouch/mui-file-input/tree/main)\n\u003c/div\u003e\n\n## Installation\n\n```\n// with npm\nnpm install mui-file-input\n\n// with yarn\nyarn add mui-file-input\n```\n\n## Usage\n\n```jsx\nimport React from 'react'\nimport { MuiFileInput } from 'mui-file-input'\n\nconst MyComponent = () =\u003e {\n  const [value, setValue] = React.useState(null)\n\n  const handleChange = (newValue) =\u003e {\n    setValue(newValue)\n  }\n\n  return \u003cMuiFileInput value={value} onChange={handleChange} /\u003e\n}\n```\n\n## Next.js integration\n\nLearn how to use MUI File Input with [Next.js](https://nextjs.org/).\n\nOnce you have installed `MUI File Input` in your next.js project, it is important to transpile it as it is an ESM package first.\n\n```js\n/** @type {import('next').NextConfig} */\nconst nextConfig = {\n transpilePackages: ['mui-file-input'],\n // your config\n}\n\nmodule.exports = nextConfig\n```\n\n## [Documentation](https://viclafouch.github.io/mui-file-input/)\n\n## Changelog\n\nGo to [GitHub Releases](https://github.com/viclafouch/mui-file-input/releases)\n\n## TypeScript\n\nThis library comes with TypeScript \"typings\". If you happen to find any bugs in those, create an issue.\n\n### 🐛 Bugs\n\nPlease file an issue for bugs, missing documentation, or unexpected behavior.\n\n### 💡 Feature Requests\n\nPlease file an issue to suggest new features. Vote on feature requests by adding\na 👍. This helps maintainers prioritize what to work on.\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviclafouch%2Fmui-file-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviclafouch%2Fmui-file-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviclafouch%2Fmui-file-input/lists"}