- https://mikenotthepope.com
-
Joined
Oct 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | |
""" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |