Skip to content

actifyjs/actify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ec1ca5a · May 1, 2025
Oct 17, 2024
May 1, 2025
May 1, 2025
May 5, 2024
Dec 5, 2023
Aug 22, 2023
Jul 15, 2023
Nov 20, 2024
Oct 31, 2024
Apr 15, 2025
Dec 6, 2024
Nov 5, 2024
Jun 13, 2024
Dec 6, 2023

Repository files navigation

Actify Logo

License visitors


🌟Overview

Welcome to Actify, an open-source React Components Library designed to accelerate your React application development. Actify leverages TypeScript, Tailwind CSS, Reat-Aria, Framer Motion, Material Design 3, and more to provide a comprehensive set of modern and customizable UI components.

✨ Features

  • TypeScript: Benefit from enhanced developer experience and static typing.
  • Tailwind CSS: Embrace a utility-first CSS framework for effortless and flexible styling.
  • React-Aria: React Aria implements accessibility support according to the WAI-ARIA specification, published by the W3C.
  • Framer Motion: Bring fluid animations and transitions to your components with Framer Motion.
  • Material Design 3: Implement the latest Material Design principles for a cohesive and visually appealing interface.

🚀 Getting Started

📦 Installation

# with pnpm
pnpm add actify
# with yarn
yarn add actify
# with npm
npm install actify

💻 Usage

import { Button } from 'actify'

export default () => {
  return <Button>Hello Actify</Button>
}

Refer to the documentation for in-depth information on each component and their usage.

📚 Documentation

Explore our documentation for detailed insights, examples, and customization options for each component in the Actify library.

🚥 Roadmap

Our goals is convert all Material Web components to React Components, not just a React wrapped components.

Component Web component React Component
Ripple
Elevation
Focus ring
Icon
Button
Icon button
Checkbox
Slider
Switch
TextField
Progress indicators
Radio
Divider
Menu
Dialog
Select
SegmentedButton
SegmentedButtonSet

🤝 Contributing

Contributions are always welcome! Thanks to everyone who has already contributed to actify !

📜 License

Actify React Components Library is licensed under the MIT License - see the MIT licensed file for details..

🙏 Acknowledgments

  • Special thanks to our contributors and the open-source community for making Actify possible.
  • Highly inspired by Vuetify for its impactful contributions to UI design and development trends.

📧 Support

If you have any questions or need assistance, feel free to reach out to us at [email protected].

Happy coding with Actify! 🚀