Skip to content

inline-text input component

About

The inline-text is a form input component for single line text based on blade components.

Example

Tne inline-text input component is usually used together with form-row.

<x-coreui::input-row
    :label="trans('domain.trainingPlans::exercise.attributes.name')"
    required
    horizontal
>
    <x-coreui::in.inline-text
        name="name"
        value="{{ $exercise->name }}"
    />
</x-coreui::input-row>

The above example code looks like this: Example for inline text input component

Attributes

Name

Label

Placeholder

Value

Required

Horizontal

Append

Prepent

Errors