You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Framer Motion is a popular React animation library. It allows users to create both simple animations and complex gesture-based interactions. The library implements a declarative API, otherwise known as spring animations, which lets the developer define the animation's end state, letting the library handle the rest.",
Technologies marked with ⚠ are required. If you don't want to use these technologies, you have three options:
81
-
82
-
1. Set up your project using Create Next Stack anyway, and make the necessary adjustments manually.
83
-
1. Set up your project manually with Create Next App.
84
-
1. Find and use a template repo you can clone here on GitHub.
85
-
86
78
## Usage
87
79
88
80
Below you see an overview of Create Next Stack's usage, including detailed information about arguments and options. The overview is the result of running `create-next-stack --help`
@@ -110,6 +102,10 @@ OPTIONS
110
102
--styling=<styling-method> Sets the preferred styling method. (Required) <styling-method> = emotion|styled-components|tailwind-css|css-modules|css-modules-with-sass
111
103
```
112
104
105
+
## Contributing
106
+
107
+
Contributions are welcome! Please see the [contributing guidelines](CONTRIBUTING.md) for more information.
108
+
113
109
## License
114
110
115
111
Create Next Stack is released under the [MIT License](LICENSE).
0 commit comments