@@ -32,13 +32,13 @@ The preferred way to install this extension is through [composer](https://getcom
3232Either run
3333
3434``` shell
35- composer require --prefer-dist ui-awesome/html-concern:^0.1
35+ composer require --prefer-dist ui-awesome/html-concern:^0.2
3636```
3737
3838or add
3939
4040``` json
41- "ui-awesome/html-concern" : " ^0.1 "
41+ "ui-awesome/html-concern" : " ^0.2 "
4242```
4343
4444to the require section of your ` composer.json ` file.
@@ -64,42 +64,6 @@ List of traits avaibles to use in your classes:
6464- [ HasUncheckedCollection] ( src/HasUncheckedCollection.php )
6565 > Methods available: ` uncheckedAttributes() ` , ` uncheckedClass() ` , ` uncheckedValue() ` .
6666
67- List of components avaibles to use in your classes:
68-
69- - [ HasActivateItems] ( src/Component/HasActivateItems.php )
70- - [ HasCurrentPath] ( src/Component/HasCurrentPath.php )
71- - [ HasFirstItemClass] ( src/Component/HasFirstItemClass.php )
72- - [ HasFirstLinkClass] ( src/Component/HasFirstLinkClass.php )
73- - [ HasIconCollection] ( src/Component/HasIconCollection.php )
74- > Methods available: ` getIconAttributes() ` , ` iconAttributes() ` , ` iconClass() ` , ` iconContent() ` , ` iconFilePath() ` , ` iconTag() ` .
75- - [ HasLastItemClass] ( src/Component/HasLastItemClass.php )
76- - [ HasLastLinkClass] ( src/Component/HasLastLinkClass.php )
77- - [ HasLinkCollection] ( src/Component/HasLinkCollection.php )
78- > Methods available: ` getLinkAttributes() ` , ` linkAttributes() ` , ` linkClass() ` .
79- - [ HasLinkContainerCollection] ( src/Component/HasLinkContainerCollection.php )
80- > Methods available: ` getLinkContainerAttributes() ` , ` linkContainerAttributes() ` , ` linkContainerClass() ` , ` linkContainerTag() ` .
81- - [ HasListCollection] ( src/Component/HasListCollection.php )
82- > Methods available: ` getListAttributes() ` , ` listAttributes() ` , ` listClass() ` , ` listType() ` .
83- - [ HasListContainerCollection] ( src/Component/HasListContainerCollection.php )
84- > Methods available: ` getListContainerAttributes() ` , ` listContainerAttributes() ` , ` listContainerClass() ` , ` listContainerTag() ` .
85- - [ HasLastItemActiveClass] ( src/Component/HasLastItemActiveClass.php )
86- - [ HasLinkActiveClass] ( src/Component/HasActiveClass.php )
87- - [ HaslinkActiveTag] ( src/Component/HasLinkActiveTag.php )
88- - [ HasLinkAreaCurrent] ( src/Component/HasLinkAreaCurrent.php )
89- - [ HasLinkDisabledClass] ( src/Component/HasDisabledClass.php )
90- - [ HasLinkItemActiveClass] ( src/Component/HasItemActiveClass.php )
91- - [ HasLinkItemDisabledClass] ( src/Component/HasItemDisabledClass.php )
92- - [ HasListItemAreaCurrent] ( src/Component/HasListItemAreaCurrent.php )
93- - [ HasListItemCollection] ( src/Component/HasListItemCollection.php )
94- > Methods available: ` getListItemAttributes() ` , ` listItemAttributes() ` , ` listItemClass() ` , ` listItemTag() ` .
95- - [ HasListItemContainerCollection] ( src/Component/HasListItemContainerCollection.php )
96- > Methods available: ` getListItemContainerAttributes() ` , ` listItemContainerAttributes() ` , ` listItemContainerClass() ` , ` listItemContainerTag() ` .
97- - [ HasPrefixItems] ( src/Component/HasPrefixItems.php )
98- - [ HasSuffixItems] ( src/Component/HasSuffixItems.php )
99- - [ HasTemplateItem] ( src/Component/HasTemplateItem.php )
100- - [ HasTemplateLinkItem] ( src/Component/HasTemplateLinkItem.php )
101- - [ HasToggle] ( src/Component/HasToggle.php )
102-
10367## Testing
10468
10569[ Check the documentation testing] ( docs/testing.md ) to learn about testing.
0 commit comments