This is a beginner-friendly playground project where I learned to use Flowbite-Svelte, a powerful component library built on Tailwind CSS and Svelte. This repository showcases various UI components like Accordions, Avatars, Buttons, Cards, and more ā all implemented using Flowbite's Svelte integration.
Accordion
Avatar
Button
Card
Rating
, Badge
, Toggle
, etc.{#each}
), and dynamic imports in Svelte..js
instead of .json
to avoid bundler issues.
āāā src/
ā āāā assets/ # Images and icons
ā āāā components/ # Reusable components (Accordion, Avatar, Card, etc.)
ā āāā jsonContent/ # Card data (moved to JS for asset imports)
ā āāā App.svelte # Main app with component usage
ā āāā main.js # Svelte entry point