README.md
# KinoComponent
Render Phoenix function components in Livebook.
## Installation
To bring KinoComponent to Livebook all you need to do is `Mix.install/2`:
```elixir
Mix.install([
{:kino_component, "~> 0.1"},
{:phoenix_live_view, "~> 0.20"}
])
```
## Examples
After installing this package in Livebook you can interactively experiment with
Phoenix function components:
![](.github/images/link.png)
## Limitations
* Does not support LiveComponents
* Does not support client hooks