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

Was this helpful?

Required Package

Requirement JS Function package Installation

laravel-component-required

laravel-component-required is a laravel-component required functions use for validations.

Installation

You can install the package via npm:

terminal
npm i -D laravel-component-required

Usage

app.js
import TextValidation from 'laravel-component-required'
export default TextValidation

PreviousInstallationsNextLaravel-Modules Style

Last updated 1 year ago

Was this helpful?

📦