A Mendix project to show all the Mendix pluggable widgets from Mendix-Antd
project. Mendix-Antd
is a project to migrate most of the useful widgets from Ant Design (which is a very popular reactjs widgets library) to Mendix world.
Go to here to view the web applciation deployed from this project.
We make this project public to allow users of these widgets to learn the using method of these widgets.
Here is the widget list:
Widget |
Github |
Status |
Owner |
---|---|---|---|
DateRangePicker | Link | Done | Jonathan Zhu [email protected] |
DatePicker | Link | Done | Jonathan Zhu [email protected] |
Button | Link | Done | Gavin Chen [email protected] |
DropDownMenu | Link | Done | Yunlong Wen [email protected] |
Icon | Link | Done | Yunlong Wen [email protected] |
PopConfirm | Link | Done | Gavin Chen [email protected] |
Select | Link | Done | Jae Yoon An [email protected] |
Modal | - | WIP | Jae Yoon An [email protected] |
TimePicker | - | WIP | Richard Burleigh [email protected] |
Calendar | - | WIP | Coos Riesmeijer [email protected] |
Tabs | - | WIP | Coos Riesmeijer [email protected] |
Carousel | - | WIP | Diana Oscar [email protected] |
Progress | - | WIP | Shivam Singh [email protected] |
Card | - | WIP | Simon Zhang [email protected] |
- Create a new pluggable widget based on one antd widget and publish it on github. Here are serveral exmaples you can follow: Date Range Picker, Button.
- Clone this project to your local disk.
- Double click the
demo-AntdWidgets.mpr
file to open the project with Mendix Studio Pro. - Add your widget to the Mendix project.
- Add a new page to show features of your new created pluggable widget. You can follow the already existed 5 examples in this project.
- Create a pull request to this repository.