Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nksaraf/magic-components

🧙✨Magically style and animate your React app using just props (powered by framer-motion, styled-system and goober)
https://github.com/nksaraf/magic-components

animation css-in-js framer-motion magic react styled-system

Last synced: 2 days ago
JSON representation

🧙✨Magically style and animate your React app using just props (powered by framer-motion, styled-system and goober)

Awesome Lists containing this project

README

        

# 🧙magic-components

```javascript
import React from "react";
import { render } from "react-dom";
import "magic-components";

function App() {
return (


Magic


More Magic


);
}

const rootElement = document.getElementById("root");
render(, rootElement);
```