kibana/examples/files_example
Jean-Louis Leysens 95c4d73a13
[Files] Move <Image /> component to @kbn/shared-ux package (#145995)
## Summary

* Creates new packages `@kbn/shared-ux-file-image`,
`@kbn/shared-ux-file-image-types`, `@kbn/shared-ux-file-image-mocks`
* Replace all instance of usage to import from package (for now, just
files example plugin)
* Created a `@kbn/shared-ux-file-util` package for the helpers shared
across components


## How to test

See `yarn storbook shared_ux`'s new section "Files"

## Additional notes

First step just focussed on moving `Image` component, we still need to
move `FilePicker` and `UploadFile`

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-11-24 16:56:32 +01:00
..
common [Files] Move <Image /> component to @kbn/shared-ux package (#145995) 2022-11-24 16:56:32 +01:00
public [Files] Move <Image /> component to @kbn/shared-ux package (#145995) 2022-11-24 16:56:32 +01:00
server [Files] move to src (#144044) 2022-10-31 06:46:52 -07:00
kibana.json [Files] move to src (#144044) 2022-10-31 06:46:52 -07:00
README.md [Files] move to src (#144044) 2022-10-31 06:46:52 -07:00
tsconfig.json [ts/checkProjects] validate extends of all ts projects (#145176) 2022-11-16 08:57:51 -07:00

Files example

An example plugin that integrates with the Kibana "files" plugin.

Key integration features demoed in this plugin

  • Create/upload a new file
  • Delete a file
  • View a file's details
  • View a file's contents
  • Downloading a file via an HTML button
  • List a set of files
  • Register a file kind