/kino_tailwind_playground

A tailwind playground that can run in Livebook

Primary LanguageElixir

KinoTailwindPlayground

A Tailwind Playground you can run inside of Livebook.

Installation

Install the Kino.TailwindPlayground module in the Setup section of your Livebook.

Mix.install([
  {:kino_tailwind_playground, github: "BrooklinJazz/kino_tailwind_playground"}
])

Then create a Tailwind Playground smart cell and enter some HTML + Tailwind to see the output evaluated live.

Tailwind Playground Example

Usage

If you would like to try out this library, we have an notebooks folder with an example livebook you can run.

Clone the repository.

git clone <URL>