@uncinc/react-drupal-core
TypeScript icon, indicating that this package has built-in type declarations

2.17.5 • Public • Published

react-drupal-core

Default components to render Drupal entities.

NPM JavaScript Style Guide

Install

npm install --save react-drupal-core

Usage

import React from 'react'

import MyComponent from '@uncinc/react-drupal-core'

const Component = () => {
  return (
    <MyComponent />
  );
}

Types

import React from 'react'

import { TableField } from '@uncinc/react-drupal-core/types'

interface Props {
  table: TableField,
}

const TableComponent: React.FC<Props> = ({ table }) => {
  return (
    <h3>{table.caption}</h3>
  );
};

i18next keys

"webform": {
  "components": {
    "email": {
      "required": "Dit is een vereist veld",
      "invalid": "Dit e-mailadres is ongeldig",
      "optional": "Optional"
    },
    "address_autocomplete": {
      "required": "Dit is een vereist veld"
    },
    "checkbox": {
      "required": "Dit is een vereist veld"
    },
    "checkboxes": {
      "required": "Dit is een vereist veld"
    },
    "date": {
      "invalid": "Deze datum is ongeldig",
      "required": "Dit is een vereist veld"
    },
    "file_upload": {
      "remove": "Verwijderen",
      "error": "Er is iets misgegaan, probeer het nog een keer.",
      "button": "Uploaden"
    },
    "file_upload": {
      "remove": "Verwijderen",
      "error": "Er is iets misgegaan, probeer het nog een keer.",
      "button": "Uploaden"
    },
    "radio": {
      "required": "Dit is een vereist veld",
      "invalid": "Deze keuze is ongeldig",
      "other": "Anders"
    },
    "telephone": {
      "invalid": "Dit telefoonnummer is ongeldig",
    },
    "text_area": {
      "invalid": "Dit veld is ongeldig",
    },
    "text_field": {
      "invalid": "Dit veld is ongeldig",
    }
  }
}

License

MIT © uncinc

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.17.553latest

Version History

VersionDownloads (Last 7 Days)Published
2.17.553
2.17.428
2.17.30
2.17.21
2.17.11
2.17.00
2.16.130
2.16.121
2.16.111
2.16.101
2.16.90
2.16.83
2.16.70
2.16.60
2.16.50
2.16.40
2.16.30
2.16.21
2.16.10
2.16.00
2.15.61
2.15.50
2.15.41
2.15.30
2.15.20
2.15.10
2.15.00
2.14.91
2.14.80
2.14.71
2.14.61
2.14.50
2.14.41
2.14.31
2.14.20
2.14.10
2.14.00
2.13.30
2.13.20
2.13.10
2.13.01
2.12.90
2.12.80
2.12.70
2.12.60
2.12.52
2.12.40
2.12.30
2.12.2-credentials-config-v20
2.12.2-credentials-config0
2.12.20
2.12.10
2.12.00
2.11.80
2.11.70
2.11.60
2.11.50
2.11.41
2.11.30
2.11.20
2.11.10
2.11.01
2.10.10
2.10.01
2.9.61
2.6.2-3-corelink-null-fix0
2.9.50
2.6.2-2-corelink-undefined-fix0
2.6.2-1-corelink-ssr-fix0
2.9.40
2.9.30
2.9.20
2.9.11
2.9.01
2.8.10
2.8.00
2.7.11
2.7.00
2.6.20
2.6.10
2.6.00
2.5.81
2.5.70
2.5.60
2.5.50
2.5.40
2.5.31
2.5.20
2.5.10
2.5.00
2.4.30
2.4.20
2.4.13
2.4.01
2.3.91
2.3.80
2.3.71
2.3.60
2.3.50
2.3.41
2.3.30
2.3.21
2.3.10
2.3.00
2.2.31
2.2.21
2.2.11
2.2.00
2.1.391
2.1.380
2.1.360
2.1.351
2.1.341
2.1.330
2.1.320
2.1.310
2.1.300
2.1.291
2.1.281
2.1.270
2.1.260
2.1.251
2.1.241
2.1.231
2.1.220
2.1.210
2.1.200
2.1.191
2.1.180
2.1.170
2.1.161
2.1.150
2.1.140
2.1.130
2.1.120
2.1.111
2.1.102
2.1.90
2.1.80
2.1.71
2.1.60
2.1.50
2.1.40
2.1.30
2.1.20
2.1.11
2.1.00
2.0.00
1.1.260
1.1.250
1.1.240
1.1.230
1.1.220
1.1.210
1.1.200
1.1.191
1.1.181
1.1.171
1.1.161
1.1.150
1.1.140
1.1.130
1.1.121
1.1.111
1.1.101
1.1.90
1.1.80
1.1.70
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.90
1.0.81
1.0.70
1.0.61
1.0.50
1.0.41
1.0.30
1.0.20
1.0.11
1.0.00

Package Sidebar

Install

npm i @uncinc/react-drupal-core

Weekly Downloads

146

Version

2.17.5

License

MIT

Unpacked Size

613 kB

Total Files

392

Last publish

Collaborators

  • martijnhoutman
  • nico-uncinc
  • rarothedude
  • boazpoolman
  • niels.uncinc
  • wotts