atox-js / atoxui

Ultra-lightweight UI library🚀

Home Page:https://npmjs.org/package/atoxui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Ultra-lightweight UI library🚀

https://npmjs.org/package/atoxui

License:MIT License


Languages

Language:TypeScript 97.3%Language:JavaScript 2.5%Language:CSS 0.2%