UI Components
gluestack-ui pro provides a comprehensive set of pre-built components that you can use to build your app's user interface. These components are designed to be highly customizable and easy to use, with accessibility features and easy to integrate into your project.Customizing Components
All the basic components are built with gluestack-ui.Customizing Components
All components in gluestack-ui pro are customizable, with the default components located incomponents/ui/. These primitive components serve as the foundation for all other components in the system.
To customize a component:
- Locate the Component: Navigate to the specific component folder within components/ui/.
-
Modify the Styles: Open the
styles.tsxfile in the component folder. This file contains the default styles for the component. - Update Default Styles: Adjust the styles using NativeWind/Tailwind classes. This will change the default appearance of the component throughout your application.
- Component-Specific Customization: For more targeted changes, you can modify the component file itself or create new variants.