This is a collection of React components and hooks that used tailwindcss as CSS framework.
Paalan Tailwind UI is a collection of React components and hooks that utilize the Tailwind CSS framework. It provides a wide range of pre-designed components and styling options to enhance your React application’s user interface. With Paalan Tailwind UI, you can easily import and integrate various components, icons, colors, and hooks into your project.
To install Paalan Tailwind UI, ensure that your Node version is equal to or greater than 18.0.0. Then, follow these steps:
npm install @paalan/tailwind-ui
tailwind.config.js file:import tailwindConfig from '@paalan/tailwind-ui/config';
module.exports = {
...tailwindConfig,
// Additional customizations
}
index.css file:@import '@paalan/tailwind-ui/styles.css';
ThemeProvider component from @paalan/tailwind-ui/providers:import { ThemeProvider } from '@paalan/tailwind-ui/providers';
function App() {
return (
<ThemeProvider>
{/* Your application's components and content */}
</ThemeProvider>
);
}
@paalan/tailwind-ui and start using them in your application.Paalan Tailwind UI is a powerful collection of React components, hooks, and styling options that leverage the Tailwind CSS framework. It simplifies the process of creating visually appealing and responsive user interfaces in React applications. With its extensive library of pre-designed components, layouts, icons, and color options, Paalan Tailwind UI provides developers with the tools they need to enhance the design and functionality of their applications.