Installation
Welcome to @zyxui, your go-to React UI components library for creating stunning, high-performance user interfaces effortlessly.
How to Use @zyxui Components
Let's kick things off with the powerful Button Component. Get ready to dive into the world of @zyxui with these simple steps:
Kindly ensure that your project is configured to utilize TailwindCSS, as @zyxui exclusively operates with TailwindCSS classes, leveraging the full potential of this powerful library.
Install via npm
Install @zyxui components into your project using the following command in your terminal:
Setup your theme
Copy and paste the following theme settings into your global CSS
file. For Next.js, it should be global.css, and for React.js, it should be App.css:
Feel free to customize the variable values to match your desired color palette.
Set up TailwindCSS Config File
Locate the tailwind.config.js
file in your project's root directory and meticulously apply the following adjustments:
Start using the components
You can now effortlessly import the desired @zyxui component and start integrating it into your project: