Skip to content

Commit

Permalink
Merge of #394
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIXuMuK committed Nov 15, 2019
2 parents 9a5f6ed + 8969a91 commit ac27bb5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ Once the package is installed, you will have to configure the resource file of t

The following controls are currently available:

- [Carousel](./controls/Carousel) (Control displays children elements with 'previous/next element' options)
- [Charts](./controls/ChartControls) (makes it easy to integrate [Chart.js](https://www.chartjs.org/) charts into web part)
- [DateTimePicker](./controls/DateTimePicker) (DateTime Picker)
- [FilePicker](./controls/FilePicker) (control that allows to browse and select a file from various places)
- [FileTypeIcon](./controls/FileTypeIcon) (Control that shows the icon of a specified file path or application)
- [GridLayout](./controls/GridLayout) (control that renders a responsive grid layout for your web parts)
- [IFrameDialog](./controls/IFrameDialog) (renders a Dialog with an iframe as a content)
- [ListItemPicker](./controls/ListItemPicker) (allows to select one or more items from a list)
- [ListPicker](./controls/ListPicker) (allows to select one or multiple available lists/libraries of the current site)
Expand All @@ -49,8 +52,7 @@ The following controls are currently available:
- [SecurityTrimmedControl](./controls/SecurityTrimmedControl) (intended to be used when you want to show or hide components based on the user permissions)
- [TaxonomyPicker](./controls/TaxonomyPicker) (Taxonomy Picker)
- [WebPartTitle](./controls/WebPartTitle) (Customizable web part title control)
- [IFrameDialog](./controls/IFrameDialog) (renders a Dialog with an iframe as a content)
- [Carousel](./controls/Carousel) (Control displays children elements with 'previous/next element' options)


Field customizer controls:

Expand Down

0 comments on commit ac27bb5

Please sign in to comment.