Paging 翻页
import * as React from "react"
import { Frame, Page } from "framer"
export function MyComponent() {
return (
<Page>
<Frame />
<Frame />
<Frame />
</Page>
)
}Last updated
import * as React from "react"
import { Frame, Page } from "framer"
export function MyComponent() {
return (
<Page>
<Frame />
<Frame />
<Frame />
</Page>
)
}Last updated