Minimal styling, powered by Goober.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
TheoryOfNekomata a51202635a Add examples for vanilla and React 1年前
..
public Add examples for vanilla and React 1年前
src/pages Add examples for vanilla and React 1年前
.eslintrc.json Add examples for vanilla and React 1年前
.gitignore Add examples for vanilla and React 1年前
README.md Add examples for vanilla and React 1年前
next.config.js Add examples for vanilla and React 1年前
package.json Add examples for vanilla and React 1年前
tsconfig.json Add examples for vanilla and React 1年前
yarn.lock Add examples for vanilla and React 1年前

README.md

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.