Skip to content

Instantly share code, notes, and snippets.

View MikeNotThePope's full-sized avatar

Mike Pope MikeNotThePope

View GitHub Profile
@MikeNotThePope
MikeNotThePope / radio.ex
Created October 14, 2025 07:52
OopsieDaisy.Components.Radio
defmodule OopsieDaisy.Components.Radio do
@moduledoc """
Radio component with DaisyUI styling.
Generated from: tmp/daisyui/packages/docs/src/routes/(routes)/components/radio/+page.md
## Examples
<.radio>Content</.radio>
"""
defmodule Mix.Tasks.Boxy.Daisy.Extract do
@moduledoc """
Extracts HTML examples from DaisyUI component documentation.
This task scans all markdown files in the DaisyUI components directory
and extracts title-HTML example pairs from each file.
## Usage
$ mix boxy.daisy.extract
defmodule Mix.Tasks.Boxy.Daisy.Extract do
@moduledoc """
Extracts HTML examples from DaisyUI component documentation.
This task scans all markdown files in the DaisyUI components directory
and extracts title-HTML example pairs from each file.
## Usage
$ mix boxy.daisy.extract