# fhdaisy `fhdaisy` is a Python wrapper for [DaisyUI](https://daisyui.com/) that brings its component classes to [FastHTML](https://www.fastht.ml/) applications. Instead of manually writing HTML elements with DaisyUI classes like ` This renders identically to the previous manual version. With fhdaisy, the pattern is consistent: use the title-case version of the DaisyUI class name as your component. So `input` becomes `Input`; fhdaisy automatically adds the base `input` class when you use the `Input` component. Any modifiers like `input-bordered` can be shortened to just `-bordered` in the `cls` parameter.