Skip to content

Commit

Permalink
Merge pull request #2407 from gluestack/fix/fab-import
Browse files Browse the repository at this point in the history
fix: fab component import
  • Loading branch information
surajahmed authored Aug 23, 2024
2 parents 303b472 + ad1644c commit 23f2708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ npm i @gluestack-ui/fab
To use this component in your project, include the following import statement in your file.

```jsx
import { Fab } from '@gluestack-ui/themed';
import { Fab, FabLabel, FabIcon } from '@/components/ui/fab';
```

<AnatomyImage mobileUrl='https://i.imgur.com/sVSTRfB.png' webUrl='https://i.imgur.com/olpBoZg.png' classNameStyle='aspect-[513/358] md:aspect-[736/242]' />
Expand Down

0 comments on commit 23f2708

Please sign in to comment.