steveruizok
4/26/2019 - 3:14 PM

Switch Tutorial 1

Switch Tutorial 1

import * as React from "react"
import { Frame } from "framer"

export function Switch() {
    return <Frame size={"100%"} />
}