Skip to content

Commit

Permalink
feat(vue): export all components without twm prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 14, 2021
1 parent cbc9597 commit a8e8350
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/vue/tailwind-mobile-vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,46 +45,86 @@ import { useThemeClasses } from './shared/use-theme-classes.js';
export {
// utils
twmProvider,
twmProvider as Provider,
useTheme,
useThemeClasses,
// components
twmApp,
twmApp as App,
twmBadge,
twmBadge as Badge,
twmBlock,
twmBlock as Block,
twmBlockFooter,
twmBlockFooter as BlockFooter,
twmBlockHeader,
twmBlockHeader as BlockHeader,
twmBlockTitle,
twmBlockTitle as BlockTitle,
twmButton,
twmButton as Button,
twmCard,
twmCard as Card,
twmCheckbox,
twmCheckbox as Checkbox,
twmChip,
twmChip as Chip,
twmFab,
twmFab as Fab,
twmIcon,
twmIcon as Icon,
twmLink,
twmLink as Link,
twmList,
twmList as List,
twmListGroup,
twmListGroup as ListGroup,
twmListButton,
twmListButton as ListButton,
twmListItem,
twmListItem as ListItem,
twmListInput,
twmListInput as ListInput,
twmMenuList,
twmMenuList as MenuList,
twmMenuListItem,
twmMenuListItem as MenuListItem,
twmNavbar,
twmNavbar as Navbar,
twmNavbarBackLink,
twmNavbarBackLink as NavbarBackLink,
twmPage,
twmPage as Page,
twmPanel,
twmPanel as Panel,
twmPopover,
twmPopover as Popover,
twmPopup,
twmPopup as Popup,
twmPreloader,
twmPreloader as Preloader,
twmProgressbar,
twmProgressbar as Progressbar,
twmRadio,
twmRadio as Radio,
twmRange,
twmRange as Range,
twmSegmented,
twmSegmented as Segmented,
twmSegmentedButton,
twmSegmentedButton as SegmentedButton,
twmSheet,
twmSheet as Sheet,
twmStepper,
twmStepper as Stepper,
twmTabbar,
twmTabbar as Tabbar,
twmTabbarLink,
twmTabbarLink as TabbarLink,
twmToast,
twmToast as Toast,
twmToggle,
twmToggle as Toggle,
twmToolbar,
twmToolbar as Toolbar,
};

0 comments on commit a8e8350

Please sign in to comment.