actifyjs / actify

🌻React Material Design 3 Components Library

Home Page:https://actifyjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, Floating-UI, 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.
  • Floating-UI: Elevate your UI with floating elements for a modern and dynamic user experience.
  • 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 hello@actifyjs.com.

Happy coding with Actify! πŸš€

About

🌻React Material Design 3 Components Library

https://actifyjs.com/

License:MIT License


Languages

Language:TypeScript 63.6%Language:CSS 36.0%Language:JavaScript 0.4%