Skip to content

Commit 3ab4cf4

Browse files
## Available controls - add new controls.
1) added duplicate IframeDialog - [IFrameDialog](./controls/IFrameDialog) (renders a Dialog with an iframe as a content) under the ## Available controls section 2) [Carousel](./controls/Carousel) (Control displays children elements with 'previous/next element' options) control is not added in alphabetical order 3) GridLayout & FilePicker are included in latest release 1.15.0 (https://sharepoint.github.io/sp-dev-fx-controls-react/about/release-notes/) However, these two control are is not listed under the ## Available controls section
1 parent bc3baf5 commit 3ab4cf4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/documentation/docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Once the package is installed, you will have to configure the resource file of t
3434

3535
The following controls are currently available:
3636

37+
- [Carousel](./controls/Carousel) (Control displays children elements with 'previous/next element' options)
3738
- [Charts](./controls/ChartControls) (makes it easy to integrate [Chart.js](https://www.chartjs.org/) charts into web part)
3839
- [DateTimePicker](./controls/DateTimePicker) (DateTime Picker)
3940
- [FileTypeIcon](./controls/FileTypeIcon) (Control that shows the icon of a specified file path or application)
@@ -49,8 +50,9 @@ The following controls are currently available:
4950
- [SecurityTrimmedControl](./controls/SecurityTrimmedControl) (intended to be used when you want to show or hide components based on the user permissions)
5051
- [TaxonomyPicker](./controls/TaxonomyPicker) (Taxonomy Picker)
5152
- [WebPartTitle](./controls/WebPartTitle) (Customizable web part title control)
52-
- [IFrameDialog](./controls/IFrameDialog) (renders a Dialog with an iframe as a content)
53-
- [Carousel](./controls/Carousel) (Control displays children elements with 'previous/next element' options)
53+
- [FilePicker](./controls/FilePicker) (control that allows to browse and select a file from various places)
54+
- [GridLayout](./controls/GridLayout) (control that renders a responsive grid layout for your web parts)
55+
5456

5557
Field customizer controls:
5658

0 commit comments

Comments
 (0)