Dripsy 🍷by Fernando Rojo
  • Welcome
    • Installation
    • Setup
    • Starter Project
      • Next.js
      • Expo Web
      • SEO
    • Overview
      • Create a Theme
      • Color Modes
      • Shadows
      • Gradients
      • Fonts
      • Types
      • Variants
  • Custom Fonts
    • styled()
    • useDripsyTheme()
    • makeTheme()
    • useSx()
    • <Gradient />
    • Setup
    • Strict Types
    • Native vs. Web Types
    • Strict Variants
    • Exports
  • Upgrade to v3
  • Welcome
    • Installation
    • Setup
    • Starter Project
      • Next.js
      • Expo Web
      • SEO
    • Overview
      • Create a Theme
      • Color Modes
      • Shadows
      • Gradients
      • Fonts
      • Types
      • Variants
  • Custom Fonts
    • styled()
    • useDripsyTheme()
    • makeTheme()
    • useSx()
    • <Gradient />
    • Setup
    • Strict Types
    • Native vs. Web Types
    • Strict Variants
    • Exports
  • Upgrade to v3

useDripsyTheme()

Access your theme, anwhere in your app.

import { useDripsyTheme } from 'dripsy'
const { theme } = useDripsyTheme()

styled()
makeTheme()

MIT 2023 © Fernando Rojo
Edit this page on GitHub ⚡️