github graphieros/vue-data-ui v3.2.5

10 hours ago

VueUiTable #255

Add optional title:

const config = ref({
  style: {
    title: {
      text: 'My title',
      color: '#2D353C',
      backgroundColor: '#FFFFFF',
      fontSize: 16,
      bold: true,
      textAlign: 'center',
      paddingLeft: 0,
      paddingRight: 0,
      subtitle: {
        text: 'My subtitle',
        fontSize: 14,
        color: '#6A6A6A',
        bold: false,
      }
    }
  }
})

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.