Component
Components
  • 🏠turbotech-component
  • 🚀Installations
  • 📦Required Package
  • 📦Laravel-Modules Style
  • ________________________________
  • Data Displays
    • Form View
      • Phone Formatted
    • Charts
      • Line Chart
      • Bar Chart
      • Pie Chart
      • Doughnut Chart
      • Polar Area Chart
      • Radar Chart
      • Scatter Chart
    • Stats
      • Trending
      • Simple
      • Brand
  • Elements
    • Buttons
      • Default Button
      • Primary Button
      • Secondary Button
      • Warning Button
      • Danger Button
      • Success Button
    • Forms Input
      • English Name
      • Khmer Name
      • Phone
      • URL
      • Camel URL
      • Email
  • Headings
    • Card Heading
    • Header
  • Layouts
    • Panels
      • Main Card
Powered by GitBook
On this page
  • Params
  • Components Laravel

Was this helpful?

  1. Data Displays
  2. Form View

Phone Formatted

Use for Phone format of form view. This component converted number to phone to formatted

formatted number
000 000 000

000 000 0000 

Params

Param
value
Use for

class

string

option class

Components Laravel

view.blade.php
<x-view:phone class="text-red-500">
    012323423
</x-view:phone>
Output
012 323 423
PreviousForm ViewNextCharts

Last updated 1 year ago

Was this helpful?