This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Button* | |
disable -> disabled | |
enabled* | |
default* | |
hover -> hover | |
tab -> focus | |
click -> pressedFocus | |
tap -> pressed | |
focus | |
click -> pressedFocus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Search Machine Preloaded | |
Empty | |
focusInput -> InputFocused | |
searchByLocation -> LoadingResults | |
NoLocation* | |
getLocation -> HasLocation | |
HasLocation | |
loseLocation -> NoLocation | |
InputFocused | |
changeInput -> Loading |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Link* | |
disable -> disabled | |
enabled* | |
default* | |
hover -> hover | |
tab -> focus | |
click -> pressedFocus | |
tap -> pressed | |
focus | |
click -> pressedFocus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Style Buttons: A Parallel State Demo | |
# 2018 August 06 | |
# By Ryan Lucas (Twitter: @ryanlucas) | |
Font Style Selector& | |
Bold | |
Bold Off | |
bold clicked -> Bold On | |
Bold On | |
bold clicked -> Bold Off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from 'react' | |
import { PropertyControls, ControlType, Animatable, animate } from 'framer' | |
interface Props { | |
width: number | |
height: number | |
animate: string | |
delay: number | |
target: React.ReactChild | |
source: React.ReactChild |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from "react" | |
import { useState } from "react" | |
import { | |
Frame, | |
AnimatePresence, | |
Stack, | |
Color, | |
StackProperties, | |
ControlType, | |
addPropertyControls, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from "react" | |
import { useState } from "react" | |
import { | |
Frame, | |
AnimatePresence, | |
Stack, | |
Scroll, | |
Color, | |
ScrollProps, | |
ControlType, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from "react" | |
import { useState } from "react" | |
import { | |
Frame, | |
AnimatePresence, | |
Stack, | |
Scroll, | |
Color, | |
ScrollProps, | |
ControlType, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.light #docs-editor { | |
background-color: #fff !important; | |
} | |
.kix-paginateddocumentplugin, .kix-paginateddocumentplugin-compact-mode { | |
box-shadow: none !important; | |
} | |
body.focus-off .kix-paginateddocumentplugin, body.focus-off .kix-paginateddocumentplugin-compact-mode { | |
box-shadow: 0 0 0 0.75pt #d1d1d1, 0 0 3pt 0.75pt #ccc !important; |