mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
fix(site): scope HTML notice to HTML pages
This commit is contained in:
@@ -15,9 +15,13 @@ import {
|
||||
} from '@/utils/ejectCodeGenerator';
|
||||
|
||||
|
||||
Video.js v10 comes with pre-built skins like Frosted and Minimal, but you can fully customize them by "ejecting" the code and making it your own. While eventually we'll have a CLI that'll eject skins in your preferred framework and style, for now we invite you to try it out with these copy-paste-ready implementations.
|
||||
Video.js v10 comes with pre-built skins like Frosted and Minimal, but you can fully customize them by "ejecting" the code and making it your own.
|
||||
|
||||
While eventually we'll have a CLI that'll eject skins in your preferred framework and style, for now we invite you to try it out with these copy-paste-ready implementations.
|
||||
|
||||
<FrameworkCase frameworks={["html"]}>
|
||||
> ⚠️ **Notice:** The HTML examples below aren't quite working, yet. Stay tuned for updates.
|
||||
</FrameworkCase>
|
||||
|
||||
## Frosted Skin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user