themesberg / themesberg/flowbite

How to install this in solid js

Open
#742 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
9.4k
Forks
862
PR merge metrics
No merged PRs in 30d

Description

I don’t understand how to use this in solid js, could someone tell me how to install it?
I'm using Astro + Solid js.
not working (
https://flowbite.com/docs/getting-started/solid-js/

I need to do this in all components, this is a crutch

import {initFlowbite} from "flowbite";
 onMount(()=>{
         initFlowbite();
    });

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Solid JS installation guide at https://flowbite.com/docs/getting-started/solid-js/ and the Astro + Solid JS setup described in the issue. Reproduce the reported failure and compare it with the shown initFlowbite and onMount usage. Done means the installation steps and component usage are verified or the missing guidance is clearly identified.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, tailwindcss
Domain
frontend, web-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
24/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.