atoxui relies on the following dependencies:
- React: Version 17 or higher
- Tailwind CSS: Version 2 or higher
- Framer Motion: Library for animations
If these dependencies are not already installed, you can install them using the following commands:
npm install react tailwindcss framer-motionor
yarn add react tailwindcss framer-motionTo use Atox UI, you need to import the library's stylesheet in your layout file. For example, add the following line in layout files like src/pages/_app.tsx or src/app/layout.tsx:
import "atoxui/dist/style.css";This library is provided under the MIT license. For more details, please refer to the LICENSE file.
This README was generated and modified using ChatGPT.