Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 925 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 925 Bytes

Atox UI

Required Dependencies

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-motion

or

yarn add react tailwindcss framer-motion

Usage

Importing Styles

To 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";

Components(storybook)

https://atoxui.vercel.app

License

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.