1.2.10 • Published 2 years ago

react-admin-extend-ui v1.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.11-beta.0

2 years ago

1.2.9

2 years ago

1.2.10

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago