Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.09 KB

components-and-styling.md

File metadata and controls

13 lines (7 loc) · 1.09 KB

🧱 Components And Styling

Component Library

shadcn/ui is a curated collection of beautifully designed components that can be effortlessly incorporated into your apps. This starter template draws heavy inspiration from this component library in terms of styling and component design philosophy.

react-native-reusables are copy, paste, and tailor React Native components, inspired by Shadcn/ui, to suit your specific requirements.

Styling Solution

Tailwind CSS is a highly efficient utility-first CSS framework that allows you to rapidly build custom designs directly within your HTML. It provides an extensive set of CSS helper classes that can be used to style any element in your application effortlessly.

NativeWind uses Tailwind CSS as scripting language to create a universal style system for React Native. NativeWind components can be shared between platforms and will output their styles as CSS StyleSheet on web and StyleSheet.create for native.