-
-
Notifications
You must be signed in to change notification settings - Fork 475
docs: documentation page for FileInput Component #998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #998 +/- ##
==========================================
- Coverage 99.54% 93.59% -5.95%
==========================================
Files 163 184 +21
Lines 6621 8093 +1472
Branches 401 447 +46
==========================================
+ Hits 6591 7575 +984
- Misses 30 518 +488
☔ View full report in Codecov by Sentry. |
|
@MateoWartelle isn't the Anyway, I think that we could separate all the docs for the WDYT? @zoltanszogyenyi what would be the SEO impact here? Do we need to keep some redirects? |
|
@rluders the SEO impact is good because people also search for "file input", "search input" and so on. It shouldn't affect the content on the forms page, it's okay to have some duplicates especially if the content is different (the paragraphs). Whatever is on flowbite.com is already SEO proof: General forms page: https://flowbite.com/docs/components/forms/ Standalone input pages: https://flowbite.com/docs/forms/input-field/ Cheers, |
|
@MateoWartelle I know that it is probably a little bit "out of scope" for this PR, but since we moved the FileInput component to |
Yes I think that is best. |
|
maybe we should bring this back to life, but with the new docs engine changes. The code here can be just for parts-and-pieces to import into the |
Yes I think so too. I started with the checkbox one and should be easy to do the others. |

Summarize the changes made and the motivation behind them.
documentation page for the FileInput Component to match Flowbite website
Reference related issues using
#followed by the issue number.If there are breaking API changes - like adding or removing props, or changing the structure of the theme - describe them, and provide steps to update existing code.