Introduction
ReactAtoms is a collection of production-ready React components, animations, and effects. Copy and paste them into your project to build stunning, interactive UIs in minutes.
Philosophy
ReactAtoms follows a simple philosophy: Code you own.
Instead of installing a heavy dependency like `@react-atoms/core`, we provide the raw source code. You copy the components into your project and customize them to fit your needs. This gives you complete control over the styling, behavior, and bundle size.
- No massive NPM dependencies
- Fully customizable source code
- Build on top of Tailwind CSS & Framer Motion
- Modern, accessible, and performant
FAQ
Is this a component library?
Not in the traditional sense. It's a collection of copy-paste components. Think of it visually like a UI kit, but effectively like a snippet library.
Can I use this in my commercial projects?
Yes. The code is open source (MIT). You can use it for personal and commercial projects. You don't need to attribute us, but it's appreciated!
Which frameworks are supported?
We focus on **React**. Most components use **Tailwind CSS** for styling and **Framer Motion** for animations. They work great with Next.js, Vite, Remix, or any React framework.