UNPKG

@smitch/fluid

Version:

A lightweight, Tailwind-powered React/Next.js UI component library.

12 lines 759 B
export { default as SocialShare } from './SocialShare'; export { default as FacebookButton } from './buttons/FacebookButton'; export { default as RedditButton } from './buttons/RedditButton'; export { default as LinkedinButton } from './buttons/LinkedinButton'; export { default as EmailButton } from './buttons/EmailButton'; export { default as PinterestButton } from './buttons/PinterestButton'; export { default as SlackButton } from './buttons/SlackButton'; export { default as TelegramButton } from './buttons/TelegramButton'; export { default as WhatsAppButton } from './buttons/WhatsappButton'; export { default as XButton } from './buttons/XButton'; export { default as BlueskyButton } from './buttons/BlueskyButton'; //# sourceMappingURL=index.js.map