Toolkit Components
Overview
In the toolkit we have reusable components built to provide dropdown, searchbox, slideshow, forms and many more. The list of all the components is avaible in the toolkit under components in the header. There are few variations built in each component which are also listed under the component subgroups. Under each component we have the guidelines, Examples, HTML Snippet, Attributes to be used and the Initialisation code is provided.
Guidelines
- Overview of the components is given.
- Usage of the components is given
Examples
- Example of the component is provided
HTML Snippet
- The snippet contains the html code that should be used to resue the components. The html structure should be followed as is given in the snippet. All the relevant class names should also be included.
Initialization Code
- The JS Initialisation for the component is provided under this section. To use the component the JS code should be included in the js. And all the relevant attribute should be provided depending on the requirement.
Attributes
- Attributes section has all the properties that should be passed to customize the component depending on the requirement and to see the different variations.