HTML and JSX code snippets from daisyUI
This repository contains a collection of HTML and JSX code snippets from daisyUI components.
The code snippets are located in the html and jsx directories.
The HTML and JSX code has already been generated and committed to the repository. If you wish to generate the HTML and JSX code snippets yourself, you must have Go and Chrome installed and run the following command:
go run github.com/igolaizola/daisyhtml/cmd/daisyhtml@latest generate
Thanks to daisyUI for providing this great open-source component library for Tailwind CSS.