Minimal styling, powered by Goober.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

440 B

goofy-goober

React Example (using Next)

The setup for Next can be found in src/pages/_app.tsx for the initialization and src/pages/_document.tsx for collecting styles for server-side rendering. Actual usage can be found in src/pages/index.tsx.

Install dependencies and run the example, which can be viewed on http://localhost:3000.