-
Right now the flags are displayed this way on the profile page:
It doesn't look nice and it takes a big amount of real estate.
Let's try this:
Don't display the categories but list all the…
-
/src/components/Badge/Badge.tsx is a component written in React.js, it must be modified to Solid.js.
• Replace React imports with Solid.js equivalents. Use "import { createEffect, createSignal } fr…
-
`src/components/Progress/Progress.tsx` is a component written in React.js, it must be modified to a Solid.js component. It is important that all functionality remain identical in the refactored implem…
-
Hello,
I am trying to get the dark mode working for my web applications.
Currently some of the components are not displaying as dark mode.
I think this might be because of the way I am including …
-
In 1.4.1 some icons look visually broken, for example RotateSolid:
-
## WHY
- metaタグを付与して検索したときにヒットしやすくするため
## See
https://github.com/oekazuma/svelte-meta-tags
-
Hi, thank you for the great library, I am using it as replacement for `react-native-vector-icons`. However, it seems that [Flowbite iconset](https://icon-sets.iconify.design/flowbite/) is not availabl…
-
If your modal form has the "autoclose" property. Clicking on a date on the datepicker will close your form.
R3D2 updated
9 months ago
-
Hello,
I was working with Nextjs App, especially Pages Router and late on Jan 24 I started exploring & loving the Tailwind CSS and then Flowbite React, and I started using `Navbar` component from t…
-
### Details
`/src/components/Tooltip` is an existing component written in React.js, it must be modified to Solid.js syntac.
Use `/src/components/Card` as an example of a working Solid.js component …