Open ChaseWindYoungs opened 11 months ago
Hello, maybe the layers
props ?
interface Props {
depth: string
direction: string
event: string
eventRotation: string
eventDirection: string
fade: boolean
layers: number
perspective: string
children: React.ReactNode
style?: React.CSSProperties
}
Hello, maybe the
layers
props ?interface Props { depth: string direction: string event: string eventRotation: string eventDirection: string fade: boolean layers: number perspective: string children: React.ReactNode style?: React.CSSProperties }
Seems so, why not use z-layer in react, I can just make some css changes using this style name
Yeah I am having same issue. Just meaningless random class names in React version:
But in the regular version it's supposed to look like this:
Having the regular classnames is the intended way to do styling as per the site:
but i solved it for myself by using 'sc-aXZVg'
like so:
.sc-aXZVg:not(:first-child) { color: #dfd62a; }
In Vue-ztext, i can find z-layer class name. but in react, it seems like meaningless style names