UNPKG

admin-on-rest-fr05t1k

Version:

A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI

71 lines (65 loc) 2.56 kB
--- layout: default title: "Reference" --- # Reference ## Components <div style="column-count:3" markdown="1"> * [`<Admin>`](./AdminResource.html#the-admin-component) * [`<AutocompleteInput>`](./Inputs.html#autocompleteinput) * [`<BooleanField>`](./Fields.html#booleanfield) * [`<BooleanInput>`](./Inputs.html#booleaninput-and-nullablebooleaninput) * [`<CheckboxGroupInput>`](./Inputs.html#checkboxgroupinput) * [`<ChipField>`](./Fields.html#chipfield) * [`<Create>`](./CreateEdit.html#the-create-and-edit-components) * `<CreateButton>` * `<CrudRoute>` * [`<Datagrid>`](./List.html#the-datagrid-component) * [`<DateField>`](./Fields.html#datefield) * [`<DateInput>`](./Inputs.html#dateinput) * `<Delete>` * `<DeleteButton>` * [`<DisabledInput>`](./Inputs.html#disabledinput) * [`<Edit>`](./CreateEdit.html#the-create-and-edit-components) * `<EditButton>` * [`<EmailField>`](./Fields.html#emailfield) * [`<Filter>`](./List.html#filters) * `<FormField>` * [`<FormTab>`](./CreateEdit.html#the-tabbedform-component) * `<EditButton>` * [`<ImageField>`](./Fields.html#imagefield) * [`<ImageInput>`](./Inputs.html#imageinput) * [`<FunctionField>`](./Fields.html#functionfield) * `<Labeled>` * [`<Layout>`](./AdminResource.html#applayout) * [`<List>`](./List.html#the-list-component) * `<ListButton>` * [`<LongTextInput>`](./Inputs.html#longtextinput) * `<Menu>` * `<Notification>` * [`<NullableBooleanInput>`](./Inputs.html#booleaninput-and-nullablebooleaninput) * [`<NumberField>`](./Fields.html#numberfield) * [`<NumberInput>`](./Inputs.html#numberinput) * [`<Pagination>`](./List.html#pagination) * [`<RadioButtonGroupInput>`](./Inputs.html#radiobuttongroupinput) * [`<ReferenceField>`](./Fields.html#referencefield) * [`<ReferenceInput>`](./Inputs.html#referenceinput) * [`<ReferenceManyField>`](./Fields.html#referencemanyfield) * [`<Resource>`](./AdminResource.html#the-resource-component) * [`<Responsive>`](./Theming.html#responsive-utility) * [`<RichTextField>`](./Fields.html#richtextfield) * [`<RichTextInput>`](./Inputs.html#richtextinput) * `<SaveButton>` * [`<SelectInput>`](./Inputs.html#selectinput) * `<Show>` * `<ShowButton>` * [`<SimpleForm>`](./CreateEdit.html#the-simpleform-component) * [`<SimpleList>`](./List.html#the-simplelist-component) * `<SimpleShowLayout>` * [`<SingleFieldList>`](./List.html#the-singlefieldlist-component) * [`<TabbedForm>`](./CreateEdit.html#the-tabbedform-component) * [`<TextField>`](./Fields.html#textfield) * [`<TextInput>`](./Inputs.html#textinput) * `<Title>` * [`<UrlField>`](./Fields.html#urlfield) </div>