Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

my-animated-components

mrider0071.4kISC1.5.5TypeScript support: included

A comprehensive React component library with built-in animations and customization options. npm downloads

react, react-components, react-hooks, react-ui, animated-components, animation-library, motion-effects, motion-ui, framer-motion, tailwindcss, ui-library, responsive-ui, responsive-design, modern-ui, beautiful-ui, design-system, react-animations, css-animations, motion-animations, page-transitions, page-animations, interactive-ui, frontend-library, ui-kit, react-ui-kit, component-library, dynamic-components, custom-hooks, useState, useEffect, useRef, useContext, useReducer, navigation, routing, page-navigation, router, menu-transitions, interactive-design, material-ui-alternative, bootstrap-alternative, animation-toolkit, transition-effects, micro-interactions, react-motion, motion-components, professional-ui, easy-to-use, developer-friendly, reusable-components, high-performance-ui, typescript-support, my-animated-components, carousel, image-editor, image-editor-component, carousel-component, image-carousel

readme

My Animated Components

A comprehensive React component library with built-in animations and customization options. npm downloads

Documentation

For detailed documentation and examples, visit the official documentation.

Support Me!

For Your Support Visit.

Features

  • 🎨 Customizable colors and sizes
  • 🌟 Built-in animations using Framer Motion
  • 📱 Responsive design
  • 🎭 Accessible components
  • 🧩 Easy to use and integrate

Installation

Install the package using npm:

npm install my-animated-components

Or using yarn:

yarn add my-animated-components

Usage

// Import the components you need in your React application:
import { Button, Card, Modal } from 'my-animated-components';


//Then use them in your components:


function MyComponent() {
  return (
    <Card>
      <h2>Welcome to My App</h2>
      <Button color="primary" motionVariant="fadeIn">
        Click me!
      </Button>
    </Card>
  );
}

Available Components

  • Accordion
  • Alert
  • Avatar
  • Badge
  • Breadcrumb
  • Button
  • Card (with CardBody, CardFooter, CardHeader)
  • Checkbox
  • Container
  • Dropdown
  • FileUpload
  • Flex
  • Grid
  • Heading
  • IconButton
  • Input
  • List (with ListItem)
  • Modal (with ModalBody, ModalFooter, ModalHeader)
  • NavItem
  • Navbar
  • Offcanvas (with OffcanvasBody, OffcanvasHeader)
  • Pagination
  • ProgressBar
  • Radio
  • RangeSlider
  • Select
  • Skeleton
  • Slider
  • Stepper
  • Switch
  • Table (with TableBody, TableCell, TableHead, TableRow)
  • Tabs
  • Text
  • Textarea
  • Tooltip
  • Imageeditor
  • ImageEditor
  • Carousel

Customization

Most components accept props for customization, including:

  • color: Choose from 'primary', 'secondary', 'success', 'danger', 'warning', 'info'
  • size: Usually 'xs', 'sm', 'md', 'lg', 'xl'
  • motionVariant: Animation variant (e.g., 'fadeIn', 'slideUp', 'zoomIn')

License

This project is licensed under the ISC License.