v0.2.7
What's Changed
- feat: add fullscreen button by @ytkimirti in #31
Added a new prop, onFullScreenClick. If defined, it will show a fullscreen button next to the tab bar. It does not contain any logic.
- feat: dark mode by @ytkimirti in #32
You can set theme="dark" for using the dark mode. Defaults to "light".
Full Changelog: v0.2.6...v0.2.7