All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.widgets.Form.fields.StandardField.Required.tsx Maven / Gradle / Ivy

There is a newer version: 7.28.3
Show newest version
import React from 'react'

export function Required({ required }: { required: boolean }) {
    if (!required) {
        return null
    }

    return *
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy