Skip to content

V2.0.6

Compare
Choose a tag to compare
@marcfil marcfil released this 13 May 13:52
· 81 commits to master since this release
71dba1f

What's Changed

  • Added functionality to specify the colors used for the current tab using Tabs::make()->withCurrentColor('sky') (default is sky)
  • Added functionality to specify the colors used for tabs with errors using Tabs::make()->withErrorColor('red') (default is red)
  • Color options for both are all the 500 variants based on the default tailwind colors, reference: https://tailwindcss.com/docs/customizing-colors

Contributors

@marcfilipan