@blinkoo/components
v2.2.1
Published
blinkoo components library
Readme
blinkoo Components 
blinkoo Components is a web components library designed to embed blinkoo feed technology, and other blinkoo components, inside web projects.
Documentation
You can find the blinkoo Components documentation on the website.
Installation
You can install the library from npm
npm i @blinkoo/componentsUsage
You can use our component putting them inside the DOM
HTML Feed Component
<blinkoo-feed title="Explore" playlist="playlist" feedPosition="2">
</blinkoo-feed>HTML Single Video Component
<blinkoo-single-video postId="postId"> </blinkoo-single-video>HTML Insight Component
<blinkoo-insight></blinkoo-insight>Framework Compatibility
| Framework | Status | Notes | Readme link | | :----------: | ------ | ----- | ------------------------------------------------------------------------------------------------------------ | | Angular | ✅ | | link | | Angular SSR | ✅ | | link | | React + Vite | ✅ | | link | | NextJS | ✅ | | link | | VueJS | ✅ | | link |
