-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon Component & Merging skeleton / empty states #1609
Icon Component & Merging skeleton / empty states #1609
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
import '~/makeswift/components/featured-products-carousel/featured-products-carousel.makeswift'; | ||
import '~/makeswift/components/featured-products-list/featured-products-list.makeswift'; | ||
// import '~/makeswift/components/featured-products-carousel/featured-products-carousel.makeswift'; | ||
// import '~/makeswift/components/featured-products-list/featured-products-list.makeswift'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@apledger should we uncomment these?
6ae2c2a
to
879e4e6
Compare
e2978a7
to
dac0044
Compare
dac0044
to
9902676
Compare
9902676
to
87c3267
Compare
Icon
component to use thedynamicIconImports
fromlucide-react
to avoid bundling all icons.ProductList
for usage in the Makeswift client component version.ProductsCarousel
andCardCarousel
skeletons with their empty states for better transitions between the two.