CSS is the most important part of UI development. There are lots of frameworks and libraries such as bootstrap, bulma to make thing easier. Each on has its own use cases.
I prefer using TailwindCSS, it help me to build responsive layout and utility approach save a lot of time and code.
How do we use tailwindCSS in Solidjs ? We have two options one is use the Tailwind with handy 🖐 features, WindiCSS or go with Latest Tailwind features.
Tailwind
Configuring Tailwind on Solidjs is similar to Reactjs. We have to go through
- Install dependencies
- Generate config and configure content section
- Integrate classes and components
A detailed guide is here , in case you need them.
WindiCSS
WidniCSS comes with vite configuration, it is make thing easier for Solidjs users. Here is the guide required.
0 comments:
Post a Comment