1.2.10 • Published 3 years ago

react-admin-extend-ui v1.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React Admin Extend UI GitHub Workflow Status

Some extend UI for react-admin.

Installation

npm install react-admin-extend-ui

Usage

import { IntegerInput, UnsignedIntegerInput, PositiveIntegerInput } from "react-admin-extend-ui";

// ...

export const ExampleEdit = (props) => (
  <Edit {...props}>
    <SimpleForm>
      <IntegerInput source="field1"/>
      <UnsignedIntegerInput source="field2"/>
      <PositiveIntegerInput source="field3"/>
    </SimpleForm>
  </Edit>
);
1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.11-beta.0

3 years ago

1.2.9

3 years ago

1.2.10

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago