UI kit to make beautiful, animated interfaces, faster. Customizable. Open Source.
Motion-Primitives offers beautifully designed motion components for engineers and designers. It is built with Framer Motion and Tailwind CSS, making it easy to integrate into projects. Keep in mind that this project is currently in beta, with new components being released regularly and significant updates to the code.
To install Motion-Primitives, follow these steps:
npm install motion-primitives
import { MotionComponent } from 'motion-primitives';
<MotionComponent type="fade" duration={0.5}>
Your content here
</MotionComponent>
Motion-Primitives is a valuable resource for engineers and designers looking to add visually appealing motion components to their projects. With its easy integration, regular updates, and MIT license, it provides a convenient solution for enhancing user interfaces. Make sure to check out the full documentation on motion-primitives.com/docs and consider contributing to the project according to the contributing guide.