From eb453ed17300802dd497ff04bfdab65fb9f383d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo?= Date: Tue, 27 Apr 2021 18:41:59 -0300 Subject: [PATCH] docs(components): update available components plugins table --- src/components/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/README.md b/src/components/README.md index 1649d50..3e4e1e8 100644 --- a/src/components/README.md +++ b/src/components/README.md @@ -6,4 +6,5 @@ | [Volume Component](https://github.com/joaopaulovieira/clappr-media-control-plugin/tree/main/src/components/volume) | Mute/Unmute via icon and set volume via slider. | | [Full Screen Component](https://github.com/joaopaulovieira/clappr-media-control-plugin/tree/main/src/components/fullscreen_button) | Enter/Exit on full screen mode. | | [Seek Bar Component](https://github.com/joaopaulovieira/clappr-media-control-plugin/tree/main/src/components/seek_bar) | Shows buffered video content and allows to seek to specific video moment. | -| [Time Indicator Component](https://github.com/joaopaulovieira/clappr-media-control-plugin/tree/main/src/components/time_indicator) | Shows current position and video duration. | \ No newline at end of file +| [Time Indicator Component](https://github.com/joaopaulovieira/clappr-media-control-plugin/tree/main/src/components/time_indicator) | Shows current position and video duration. | +| [Level Selector Component](https://github.com/joaopaulovieira/clappr-media-control-plugin/tree/main/src/components/level_selector) | Shows available video levels to change. | \ No newline at end of file