aviflombaum / shadcn-rails

https://shadcn.rails-components.com
MIT License
470 stars 32 forks source link

Fix syntax error in dropdown menu examples and usage code #63

Open eerkmen opened 1 month ago

eerkmen commented 1 month ago

Description:

This pull request addresses the issue where the dropdown menu examples and usage code in the documentation use script tags instead of output tags. This prevented the dropdown component from appearing correctly when copied from the documentation.

Changes Made:

Affected Files:

These changes ensure that the dropdown components render correctly when copied from the documentation examples and usage sections.

Related Issue: