Import the styles
Import the styles used by Latitude components in your project’s root file:
index.tsx
Using Latitude without components
If you are planning to use the package only for the API features without the built-in components, you can skip the import of thestyles.css, and add a theme={false} prop to the LatitudeProvider.
This way they won’t be included in your bundle.
index.tsx