diff --git a/README.md b/README.md index 1defff11..154daaaf 100644 --- a/README.md +++ b/README.md @@ -526,6 +526,8 @@ Use the breakpoint feature to automatically switch the timeline to `VERTICAL` mo Customize colors with the `theme` prop. +> Checkout the documentation for the complete list of available theme properties. + ```jsx (p.$position === 'bottom' ? `bottom: 3.5rem` : `top: 3.5rem`)}; + ${(p) => (p.$position === 'bottom' ? `bottom: 3.5rem` : `top: 4rem`)}; ${(p) => (p.$isMobile ? 'left: 4px;' : '')}; width: ${({ $isMobile, $width }) => ($isMobile ? '90%' : `${$width}px`)}; z-index: 100;