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 jonathan.zhu@mendix.com |
DatePicker | Link | Done | Jonathan Zhu jonathan.zhu@mendix.com |
Button | Link | Done | Gavin Chen Chen.songwen@mendix.com |
DropDownMenu | Link | Done | Yunlong Wen Yunlong.Wen@mendix.com |
Icon | Link | Done | Yunlong Wen Yunlong.Wen@mendix.com |
PopConfirm | Link | Done | Gavin Chen Chen.songwen@mendix.com |
Select | Link | Done | Jae Yoon An Jaeyoon.An@mendix.com |
Modal | - | WIP | Jae Yoon An Jaeyoon.An@mendix.com |
TimePicker | - | WIP | Richard Burleigh Richard.Burleigh@mendix.com |
Calendar | - | WIP | Coos Riesmeijer Coos.Riesmeijer@mendix.com |
Tabs | - | WIP | Coos Riesmeijer Coos.Riesmeijer@mendix.com |
Carousel | - | WIP | Diana Oscar Diana.Oscar@mendix.com |
Progress | - | WIP | Shivam Singh Shivam.Singh@mendix.com |
Card | - | WIP | Simon Zhang ximeng.zhang@mendix.com |
- 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.