52 lines
3.2 KiB
Markdown
52 lines
3.2 KiB
Markdown
|
---
|
||
|
layout: default
|
||
|
title: "Ecosystem"
|
||
|
---
|
||
|
|
||
|
# Ecosystem
|
||
|
|
||
|
- [Inputs and Fields](#inputs-and-fields)
|
||
|
- [Translations](#translations)
|
||
|
- [Authentication Providers](#authentication-providers)
|
||
|
- [Authorization Management](#authorization-management)
|
||
|
- [Data Providers](#data-providers)
|
||
|
- [User Interface](#ui)
|
||
|
- [Miscellaneous](#miscellaneous)
|
||
|
|
||
|
## Inputs and Fields
|
||
|
|
||
|
- [vascofg/react-admin-color-input](https://github.com/vascofg/react-admin-color-input): a color input using [React Color](http://casesandberg.github.io/react-color/), a collection of color pickers
|
||
|
- [LoicMahieu/aor-tinymce-input](https://github.com/LoicMahieu/aor-tinymce-input): a TinyMCE component, useful for editing HTML
|
||
|
- [vascofg/react-admin-date-inputs](https://github.com/vascofg/react-admin-date-inputs): a collection of Date Inputs, based on [material-ui-pickers](https://material-ui-pickers.firebaseapp.com/)
|
||
|
- [maluramichael/ra-input-markdown](https://github.com/maluramichael/ra-input-markdown): a markdown editor, based on [react-mde](https://github.com/andrerpena/react-mde) and [showdown](https://github.com/showdownjs/showdown)
|
||
|
|
||
|
## Translations
|
||
|
|
||
|
See the [Translation](./Translation.md#available-locales) page.
|
||
|
|
||
|
## Authentication Providers
|
||
|
|
||
|
* **[AWS Cognito](https://docs.aws.amazon.com/cognito/latest/developerguide/setting-up-the-javascript-sdk.html)**: [thedistance/ra-cognito](https://github.com/thedistance/ra-cognito)
|
||
|
|
||
|
## Authorization Management
|
||
|
|
||
|
* **[Access Control List (ACL) for Resources](https://github.com/marmelab/ra-auth-acl)**: [marmelab/ra-auth-acl](https://github.com/marmelab/ra-auth-acl)
|
||
|
|
||
|
## Data Providers
|
||
|
|
||
|
See the [Data Provider](./DataProviders.md#available-providers) page.
|
||
|
|
||
|
## UI
|
||
|
|
||
|
- [**Bootstrap**](https://getbootstrap.com/): [bootstrap-styled/react-admin](https://bootstrap-styled.github.io/react-admin)
|
||
|
|
||
|
## Miscellaneous
|
||
|
|
||
|
- [marmelab/ra-tree-ui-materialui](https://github.com/marmelab/react-admin/blob/master/packages/ra-tree-ui-materialui/): Components to show data represented as a tree. Only compatible with react-admin v2 for now.
|
||
|
- [marmelab/ra-tree-core](https://github.com/marmelab/react-admin/blob/master/packages/ra-tree-core/): Components providing the logic but no UI to show data represented as a tree. Only compatible with react-admin v2 for now.
|
||
|
- [ra-customizable-datagrid](https://github.com/fizix-io/ra-customizable-datagrid): plugin that allows to hide / show columns dynamically.
|
||
|
- [FusionWorks/react-admin-google-maps](https://github.com/FusionWorks/react-admin-google-maps): Input/view components for displaying location using Google Maps.
|
||
|
- [api-platform/admin](https://api-platform.com/docs/admin): create a fully featured admin using React Admin for API supporting the [Hydra Core Vocabulary](http://www.hydra-cg.com/), including but not limited to APIs created using the [API Platform framework](https://api-platform.com)
|
||
|
- [zifnab87/ra-component-factory](https://github.com/zifnab87/ra-component-factory): centralized configuration of immutability/visibility of fields/menu-links/action buttons, easy re-ordering of fields/properties and tab reorganization based on permission roles
|
||
|
- [ctbucha/bs-react-admin](https://github.com/ctbucha/bs-react-admin): [BuckleScript](https://bucklescript.github.io/) bindings for React Admin.
|