Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwolla/drop-ins-nextjs-example
Example Next.js app that demonstrates how to use Dwolla's Drop-in components.
https://github.com/dwolla/drop-ins-nextjs-example
Last synced: about 10 hours ago
JSON representation
Example Next.js app that demonstrates how to use Dwolla's Drop-in components.
- Host: GitHub
- URL: https://github.com/dwolla/drop-ins-nextjs-example
- Owner: Dwolla
- License: mit
- Created: 2022-04-07T18:15:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T00:48:29.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:16:57.726Z (7 months ago)
- Language: CSS
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dwolla Drop-in example using Next.js
This is a sample Next.js app that demonstrates how to use Dwolla's Drop-in
components. Follow along with the
[video tutorial](https://www.youtube.com/watch?v=jngN0Y6jidI).## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the
result.Try customizing the styles by modifying `public/styles/custom-styles.css`.
## Learn More
To learn more about Dwolla's Drop-in Components, check out the following docs:
- [Building With Drop-in Components (guide)](https://developers.dwolla.com/guides/drop-ins)
- [UI Components Library](https://developers.dwolla.com/concepts/drop-in-components)To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js
features and API.