Skip to content
forked from nandorojo/dripsy

🍷 Responsive, unstyled UI primitives for React Native + Web.

License

Notifications You must be signed in to change notification settings

ambassify/dripsy

This branch is 8 commits behind nandorojo/dripsy:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 19, 2024
be73ef4 · Feb 19, 2024
May 7, 2020
Feb 19, 2024
Apr 3, 2023
Feb 19, 2024
Feb 19, 2024
May 7, 2020
Oct 6, 2021
May 7, 2020
Sep 13, 2022
Nov 25, 2020
Feb 19, 2024
Mar 30, 2023
Mar 30, 2023
Nov 1, 2021
May 16, 2023
Nov 25, 2020
Dec 23, 2022
Feb 19, 2024
Feb 19, 2024
Nov 11, 2023
Feb 19, 2024

Repository files navigation

og

Unstyled, responsive UI primitives for React Native + Web.

<View sx={{ bg: '$primary', height: [100, 200] }} />

Documentation & Installation

Highlights

Code.-.App.tsx.dripsy.mp4
  • Custom fonts, edited globally
  • Full TypeScript support
  • Responsive styles
  • Universal (Android, iOS, Web, & more)
  • Works with Expo
  • Works with Vanilla React Native
  • Works with Next.js
  • Full theme support
  • Custom theme variants
  • Insanely simple API (themed, responsive designs in one line!)
  • Works with Animated/Reanimated/Moti
  • Dark mode / custom color modes
  • Memoized styles, even when written inline
  • Atomic CSS classes, with StyleSheet.create under the hood
  • Use with @expo/vector-icons (example)
  • Linear Gradient
  • Performant: sx prop is memoized under the hood (even if you write it in render)

Next.js Conf

Fernando Rojo at Next.js Conf

I spoke at at Next.js Conf 2021 on October 26 about React Native + Next.js. Watch the video to see how we do it.

License

MIT

About

🍷 Responsive, unstyled UI primitives for React Native + Web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • JavaScript 1.1%