File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- <a href =" https://www. files-ui.com " >
1
+ <a href =" https://files-ui.vercel.app " >
2
2
<p align =" center " >
3
3
<img src =" https://user-images.githubusercontent.com/43678736/226257748-6ba2f8cf-59c5-40d1-a545-a388ddab0f68.png " width =" 150 " height =" 150 " alt =" fui-logo " />
4
4
</p >
@@ -18,7 +18,7 @@ UI components for file uploads with [React js](https://react.dev/).
18
18
</div >
19
19
20
20
<p align =" center " >
21
- <a href =" https://www. files-ui.com " >
21
+ <a href =" https://files-ui.vercel.app " >
22
22
<img src =" https://user-images.githubusercontent.com/43678736/228052494-99d970c0-1eb7-42c6-b22c-8c2295b8dc4a.gif " width =" 80% " alt =" fui-logo " />
23
23
</a >
24
24
</p >
@@ -66,8 +66,8 @@ ReactDOM.render(<App />, document.querySelector("#app"));
66
66
67
67
Yes, it's really all you need to get started as you can see in these live and interactive demos:
68
68
69
- - [ Basic sample] ( http ://localhost:3000 /usage#quick-start) :cake :
70
- - [ Advanced sample] ( http ://www. files-ui.com /usage#advanced-example) :hammer :
69
+ - [ Basic sample] ( https ://files-ui.vercel.app /usage#quick-start) :cake :
70
+ - [ Advanced sample] ( https ://files-ui.vercel.app /usage#advanced-example) :hammer :
71
71
72
72
## More Previews
73
73
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @files-ui/react" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " UI components for file uploads with React js" ,
5
5
"main" : " ./build/index.js" ,
6
6
"module" : " ./build/index.es.js" ,
42
42
"bugs" : {
43
43
"url" : " https://github.com/files-ui/files-ui-react/issues"
44
44
},
45
- "homepage" : " https://www. files-ui.com " ,
45
+ "homepage" : " https://files-ui.vercel.app " ,
46
46
"devDependencies" : {
47
47
"@rollup/plugin-commonjs" : " ^24.0.1" ,
48
48
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
67
67
},
68
68
"dependencies" : {
69
69
"@dynamicss/dynamicss" : " ^2.2.8" ,
70
- "@files-ui/core" : " ^1.0.0 "
70
+ "@files-ui/core" : " latest "
71
71
},
72
72
"publishConfig" : {
73
73
"access" : " public"
You can’t perform that action at this time.
0 commit comments