Showing off: What I build with FluentUI, Part 2 #18862
blendsdk
started this conversation in
Show and tell
Replies: 1 comment
-
This is awesome! Thanks for showing us these snippets of what you're doing, they really enlighten our day! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to demonstrate yet another part of the application I am building with FluentUI. The YouTube video below, is a demonstration of uploading (large) images into the application and the ability to preview/edit the pictures using a
Panel
component.Although with a completely different implementation, the
TilesList
component is a custom component visually modeled after theTilesList
component from the@fluentui/react-experiments
package.I have used the
react-dropzone
within aDialog
component for uploading the images.The backend is developed using
NodeJS
andPostgreSQL
.This application is being developed for managing a large number actor profiles to be able to create castings for movies and TV commercials.
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions