B4J Library BANanoVuetifyAD3 Core Library

Hi there

The BVAD3Core library is a subset of the BANanoVuetifyAD3 Library but it excludes all plugins. It is the same code base. You can also use it with locally hosted resources or via CDN.
As this library contains all the components in the Vuetify Library, it can also be trimmed further by using the BVAD3Builder Tool, after you have planned your App and decided which elements you want to use and not.

Please note that all of these components are already showcased in the Kitchen Sink WebApp. It is better to download and run the showcase webapp locally as it needs a PHP WebServer. It also uses the complete library and not BVAD3Core.

Please note: If you need help using this library, just post a question on a new thread prefixed with [BANanoVuetifyAD3]. We are here to help with whatever you need, as your feedback is important to us. Please also help us to reproduce your issues so that you get the best solution to your issues should there be any.

These are the components that come with this library.
  • BANanoALASQLE
  • BANanoCollectJS
  • BananoDataSource
  • BANanoKeyStore
  • BANanoMySQLE
  • BANanoShared
  • BVAD3ListItem
  • VAlert
  • VApp
  • VAppBar
  • VAppBarNavIcon
  • VAppBarTitle
  • VAutoComplete
  • VAvatar
  • VBadge
  • VBankCard
  • VBottomNavigation
  • VBottomSheet
  • VBreadCrumbs
  • VBtn
  • VBtnIcon
  • VBtnToggle
  • VCalendar
  • VCard
  • VCard0
  • VCardActions
  • VCardSubTitle
  • VCardText
  • VCardTitle
  • VCarousel
  • VCategoryList
  • VCheckBox
  • VChip
  • VChipGroup
  • VCol
  • VColorPicker
  • VComboBox
  • VContainer
  • VDatePicker
  • VDialog
  • VDialog0
  • VDivider
  • VExpansionPanels
  • VFAB
  • VField
  • VFileInput
  • VFlexDialog
  • VFooter
  • VForm
  • VHover
  • VIcon
  • VIFrame
  • VImg
  • VLabel
  • VLazy
  • VList
  • VListOptions
  • VMain
  • VMenu
  • VMsgBox
  • VNavigationDrawer
  • VOTPInput
  • VOverlay
  • VPagination
  • VParallax
  • VProductCard
  • VProgressCircular
  • VProgressLinear
  • VRadio
  • VRadioGroup
  • VRangeSlider
  • VRating
  • VRouterView
  • VRow
  • VSelect
  • VSheet
  • VSimpleTable
  • VSkeletonLoader
  • VSlideGroup
  • VSlider
  • VSnackBar
  • VSpacer
  • VSparkline
  • VSpeedDial
  • VStepper
  • VStepperContent
  • VStepperStep
  • VSwitch
  • VTab
  • VTabItem
  • VTabs
  • VTemplate
  • VTextField
  • VTimeLine
  • VTimelineItem
  • VTimePicker
  • VToolBar
  • VToolBarTitle
  • VToolTip
  • VTransition
  • VTreeView
  • VueComponent
  • VueElement
  • VueSwal
  • VueTable
  • VuetifyApp
  • VWindow
Again, you might not need all these components for your project. Granted. So to ensure that you just have the resources you need, the BVAD3Builder exists to trim the library further.

Happy BANanoVuetifyAD3 Coding.

Related Content

Download Additional Libraries
Download BANanoVuetifyAD3Core Library
Download BANanoVuetifyAD3 Library
Download Kitchen Sink WebApp
Download BVAD3Builder
 
Last edited:

Mashiane

Expert
Licensed User
Longtime User
Attached is a simple example

Reproduction:

1. Download and unzip the BVAD3Core Library

1.1 You need to RUN (in release mode) the b4j project contained. DO NOT Compile to Library.

2. Download CoreWebApp Example (herein attached)

2.1 Run the project.

NB: The attached library uses Online CDN. If you want to use it locally without an internet connection, open the bvad3core project. In Main.Process_Globals locate

B4X:
Public UseOnline As Boolean = True

Make it false and follow as per 1.1 above

CoreExample.gif
 

Attachments

  • BVAD3CoreApp.zip
    16.2 KB · Views: 117
Top