-
Couldn't load subscription status.
- Fork 831
Description
Describe the bug
The instructions for the Flowbite components section are incomplete. They imply that there is a way to import the Flowbite module, but it doesn't say where. Instead, the sentence just trails off, as shown below (emphasis added).
To enable the interactive components you need to also include Flowbite’s JavaScript file which you can do by either including it in the main Layout.astro file as a CDN file or importing the Flowbite module inside the
To Reproduce
Steps to reproduce the behavior:
- Go to Flowbite components
Expected behavior
I am not sure what the intent was for the original statement, but it's certainly confusing for new developers. Even if it was something simple - like "... or importing the Flowbite module inside the page or Astro component on a per-use basis." - it would give the reader some guidance on where to begin.