flowbite-angular 1.0.0-alpha.3 → 1.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (238) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +376 -0
  3. package/accordion/accordion-content.component.d.ts +17 -0
  4. package/accordion/accordion-content.theme.d.ts +12 -0
  5. package/accordion/accordion-content.theme.service.d.ts +11 -0
  6. package/accordion/accordion-panel.component.d.ts +33 -0
  7. package/accordion/accordion-panel.theme.d.ts +12 -0
  8. package/accordion/accordion-panel.theme.service.d.ts +11 -0
  9. package/accordion/accordion-title.component.d.ts +26 -0
  10. package/accordion/accordion-title.theme.d.ts +12 -0
  11. package/accordion/accordion-title.theme.service.d.ts +11 -0
  12. package/accordion/accordion.component.d.ts +30 -0
  13. package/accordion/accordion.theme.d.ts +15 -0
  14. package/accordion/accordion.theme.service.d.ts +11 -0
  15. package/alert/alert.component.d.ts +53 -0
  16. package/alert/alert.theme.d.ts +15 -0
  17. package/alert/alert.theme.service.d.ts +11 -0
  18. package/badge/badge.component.d.ts +29 -0
  19. package/badge/badge.theme.d.ts +18 -0
  20. package/badge/badge.theme.service.d.ts +11 -0
  21. package/base-component.directive.d.ts +36 -0
  22. package/breadcrumb/breadcrumb-item.component.d.ts +26 -0
  23. package/breadcrumb/breadcrumb-item.theme.d.ts +12 -0
  24. package/breadcrumb/breadcrumb-item.theme.service.d.ts +11 -0
  25. package/breadcrumb/breadcrumb.component.d.ts +14 -0
  26. package/breadcrumb/breadcrumb.theme.d.ts +15 -0
  27. package/breadcrumb/breadcrumb.theme.service.d.ts +11 -0
  28. package/button/button.component.d.ts +41 -0
  29. package/button/button.theme.d.ts +30 -0
  30. package/button/button.theme.service.d.ts +11 -0
  31. package/dark-theme-toggle/dark-theme-toggle.component.d.ts +32 -0
  32. package/dark-theme-toggle/dark-theme-toggle.theme.d.ts +12 -0
  33. package/dark-theme-toggle/dark-theme-toggle.theme.service.d.ts +11 -0
  34. package/dropdown/dropdown-divider.component.d.ts +12 -0
  35. package/dropdown/dropdown-divider.theme.d.ts +12 -0
  36. package/dropdown/dropdown-divider.theme.service.d.ts +11 -0
  37. package/dropdown/dropdown-header.component.d.ts +12 -0
  38. package/dropdown/dropdown-header.theme.d.ts +12 -0
  39. package/dropdown/dropdown-header.theme.service.d.ts +11 -0
  40. package/dropdown/dropdown-item.component.d.ts +12 -0
  41. package/dropdown/dropdown-item.theme.d.ts +12 -0
  42. package/dropdown/dropdown-item.theme.service.d.ts +11 -0
  43. package/dropdown/dropdown.component.d.ts +39 -0
  44. package/dropdown/dropdown.theme.d.ts +15 -0
  45. package/dropdown/dropdown.theme.service.d.ts +11 -0
  46. package/esm2022/accordion/accordion-content.component.mjs +18 -1
  47. package/esm2022/accordion/accordion-content.theme.mjs +4 -1
  48. package/esm2022/accordion/accordion-content.theme.service.mjs +19 -2
  49. package/esm2022/accordion/accordion-panel.component.mjs +34 -1
  50. package/esm2022/accordion/accordion-panel.theme.mjs +4 -1
  51. package/esm2022/accordion/accordion-panel.theme.service.mjs +19 -2
  52. package/esm2022/accordion/accordion-title.component.mjs +27 -1
  53. package/esm2022/accordion/accordion-title.theme.mjs +4 -1
  54. package/esm2022/accordion/accordion-title.theme.service.mjs +19 -2
  55. package/esm2022/accordion/accordion.component.mjs +31 -1
  56. package/esm2022/accordion/accordion.theme.mjs +4 -1
  57. package/esm2022/accordion/accordion.theme.service.mjs +19 -2
  58. package/esm2022/alert/alert.component.mjs +54 -1
  59. package/esm2022/alert/alert.theme.mjs +4 -1
  60. package/esm2022/alert/alert.theme.service.mjs +19 -2
  61. package/esm2022/badge/badge.component.mjs +30 -1
  62. package/esm2022/badge/badge.theme.mjs +4 -1
  63. package/esm2022/badge/badge.theme.service.mjs +19 -2
  64. package/esm2022/base-component.directive.mjs +37 -1
  65. package/esm2022/breadcrumb/breadcrumb-item.component.mjs +27 -1
  66. package/esm2022/breadcrumb/breadcrumb-item.theme.mjs +4 -1
  67. package/esm2022/breadcrumb/breadcrumb-item.theme.service.mjs +19 -2
  68. package/esm2022/breadcrumb/breadcrumb.component.mjs +15 -1
  69. package/esm2022/breadcrumb/breadcrumb.theme.mjs +4 -1
  70. package/esm2022/breadcrumb/breadcrumb.theme.service.mjs +19 -2
  71. package/esm2022/button/button.component.mjs +42 -1
  72. package/esm2022/button/button.theme.mjs +4 -1
  73. package/esm2022/button/button.theme.service.mjs +19 -2
  74. package/esm2022/core/flowbite.theme.init.mjs +3 -3
  75. package/esm2022/dark-theme-toggle/dark-theme-toggle.component.mjs +33 -1
  76. package/esm2022/dark-theme-toggle/dark-theme-toggle.theme.mjs +4 -1
  77. package/esm2022/dark-theme-toggle/dark-theme-toggle.theme.service.mjs +19 -2
  78. package/esm2022/dropdown/dropdown-divider.component.mjs +13 -1
  79. package/esm2022/dropdown/dropdown-divider.theme.mjs +4 -1
  80. package/esm2022/dropdown/dropdown-divider.theme.service.mjs +19 -2
  81. package/esm2022/dropdown/dropdown-header.component.mjs +13 -1
  82. package/esm2022/dropdown/dropdown-header.theme.mjs +4 -1
  83. package/esm2022/dropdown/dropdown-header.theme.service.mjs +19 -2
  84. package/esm2022/dropdown/dropdown-item.component.mjs +13 -1
  85. package/esm2022/dropdown/dropdown-item.theme.mjs +4 -1
  86. package/esm2022/dropdown/dropdown-item.theme.service.mjs +19 -2
  87. package/esm2022/dropdown/dropdown.component.mjs +40 -1
  88. package/esm2022/dropdown/dropdown.theme.mjs +4 -1
  89. package/esm2022/dropdown/dropdown.theme.service.mjs +19 -2
  90. package/esm2022/flowbite.theme.service.mjs +2 -12
  91. package/esm2022/indicator/indicators.component.mjs +52 -1
  92. package/esm2022/indicator/indicators.theme.mjs +4 -1
  93. package/esm2022/indicator/indicators.theme.service.mjs +19 -2
  94. package/esm2022/modal/modal-body.component.mjs +13 -1
  95. package/esm2022/modal/modal-body.theme.mjs +4 -1
  96. package/esm2022/modal/modal-body.theme.service.mjs +19 -2
  97. package/esm2022/modal/modal-footer.component.mjs +13 -1
  98. package/esm2022/modal/modal-footer.theme.mjs +4 -1
  99. package/esm2022/modal/modal-footer.theme.service.mjs +19 -2
  100. package/esm2022/modal/modal-header.component.mjs +19 -1
  101. package/esm2022/modal/modal-header.theme.mjs +4 -1
  102. package/esm2022/modal/modal-header.theme.service.mjs +19 -2
  103. package/esm2022/modal/modal.component.mjs +36 -1
  104. package/esm2022/modal/modal.theme.service.mjs +19 -2
  105. package/esm2022/navbar/index.mjs +2 -2
  106. package/esm2022/navbar/navbar-brand.component.mjs +13 -1
  107. package/esm2022/navbar/navbar-brand.theme.mjs +4 -1
  108. package/esm2022/navbar/navbar-brand.theme.service.mjs +19 -2
  109. package/esm2022/navbar/navbar-content.component.mjs +15 -1
  110. package/esm2022/navbar/navbar-content.theme.mjs +4 -1
  111. package/esm2022/navbar/navbar-content.theme.service.mjs +19 -2
  112. package/esm2022/navbar/navbar-icon-button.component.mjs +22 -1
  113. package/esm2022/navbar/navbar-icon-button.theme.mjs +4 -1
  114. package/esm2022/navbar/navbar-icon-button.theme.service.mjs +20 -3
  115. package/esm2022/navbar/navbar-item.component.mjs +27 -1
  116. package/esm2022/navbar/navbar-item.theme.mjs +4 -1
  117. package/esm2022/navbar/navbar-item.theme.service.mjs +19 -2
  118. package/esm2022/navbar/navbar-toggle.component.mjs +22 -1
  119. package/esm2022/navbar/navbar-toggle.theme.mjs +5 -2
  120. package/esm2022/navbar/navbar-toggle.theme.service.mjs +19 -2
  121. package/esm2022/navbar/navbar.component.mjs +46 -1
  122. package/esm2022/navbar/navbar.theme.service.mjs +19 -2
  123. package/esm2022/router-link/flowbite-router-link.directive.mjs +13 -1
  124. package/esm2022/router-link-active/flowbite-router-link-active.directive.mjs +13 -1
  125. package/esm2022/sanitize-html/sanitize-html.pipe.mjs +3 -3
  126. package/esm2022/scroll-top/scroll-top.component.mjs +29 -1
  127. package/esm2022/scroll-top/scroll-top.theme.mjs +4 -1
  128. package/esm2022/scroll-top/scroll-top.theme.service.mjs +19 -2
  129. package/esm2022/sidebar/sidebar-item-group.component.mjs +43 -6
  130. package/esm2022/sidebar/sidebar-item-group.theme.mjs +4 -1
  131. package/esm2022/sidebar/sidebar-item-group.theme.service.mjs +19 -2
  132. package/esm2022/sidebar/sidebar-item.component.mjs +43 -5
  133. package/esm2022/sidebar/sidebar-item.theme.mjs +4 -1
  134. package/esm2022/sidebar/sidebar-item.theme.service.mjs +19 -2
  135. package/esm2022/sidebar/sidebar-menu.component.mjs +27 -1
  136. package/esm2022/sidebar/sidebar-menu.theme.mjs +4 -1
  137. package/esm2022/sidebar/sidebar-menu.theme.service.mjs +19 -2
  138. package/esm2022/sidebar/sidebar-page-content.component.mjs +13 -1
  139. package/esm2022/sidebar/sidebar-page-content.theme.mjs +4 -1
  140. package/esm2022/sidebar/sidebar-page-content.theme.service.mjs +19 -2
  141. package/esm2022/sidebar/sidebar-toggle.component.mjs +34 -1
  142. package/esm2022/sidebar/sidebar-toggle.theme.mjs +4 -1
  143. package/esm2022/sidebar/sidebar-toggle.theme.service.mjs +19 -2
  144. package/esm2022/sidebar/sidebar.component.mjs +38 -1
  145. package/esm2022/sidebar/sidebar.theme.service.mjs +19 -2
  146. package/esm2022/type-definitions/colors/flowbite.gradient-colors.mjs +1 -1
  147. package/fesm2022/flowbite-angular-accordion.mjs +183 -1
  148. package/fesm2022/flowbite-angular-accordion.mjs.map +1 -1
  149. package/fesm2022/flowbite-angular-alert.mjs +73 -1
  150. package/fesm2022/flowbite-angular-alert.mjs.map +1 -1
  151. package/fesm2022/flowbite-angular-badge.mjs +49 -1
  152. package/fesm2022/flowbite-angular-badge.mjs.map +1 -1
  153. package/fesm2022/flowbite-angular-breadcrumb.mjs +79 -1
  154. package/fesm2022/flowbite-angular-breadcrumb.mjs.map +1 -1
  155. package/fesm2022/flowbite-angular-button.mjs +61 -1
  156. package/fesm2022/flowbite-angular-button.mjs.map +1 -1
  157. package/fesm2022/flowbite-angular-core.mjs +2 -2
  158. package/fesm2022/flowbite-angular-core.mjs.map +1 -1
  159. package/fesm2022/flowbite-angular-dark-theme-toggle.mjs +52 -1
  160. package/fesm2022/flowbite-angular-dark-theme-toggle.mjs.map +1 -1
  161. package/fesm2022/flowbite-angular-dropdown.mjs +152 -1
  162. package/fesm2022/flowbite-angular-dropdown.mjs.map +1 -1
  163. package/fesm2022/flowbite-angular-indicator.mjs +71 -1
  164. package/fesm2022/flowbite-angular-indicator.mjs.map +1 -1
  165. package/fesm2022/flowbite-angular-modal.mjs +151 -1
  166. package/fesm2022/flowbite-angular-modal.mjs.map +1 -1
  167. package/fesm2022/flowbite-angular-navbar.mjs +254 -4
  168. package/fesm2022/flowbite-angular-navbar.mjs.map +1 -1
  169. package/fesm2022/flowbite-angular-router-link-active.mjs +12 -0
  170. package/fesm2022/flowbite-angular-router-link-active.mjs.map +1 -1
  171. package/fesm2022/flowbite-angular-router-link.mjs +12 -0
  172. package/fesm2022/flowbite-angular-router-link.mjs.map +1 -1
  173. package/fesm2022/flowbite-angular-sanitize-html.mjs +2 -2
  174. package/fesm2022/flowbite-angular-sanitize-html.mjs.map +1 -1
  175. package/fesm2022/flowbite-angular-scroll-top.mjs +48 -1
  176. package/fesm2022/flowbite-angular-scroll-top.mjs.map +1 -1
  177. package/fesm2022/flowbite-angular-sidebar.mjs +304 -10
  178. package/fesm2022/flowbite-angular-sidebar.mjs.map +1 -1
  179. package/fesm2022/flowbite-angular.mjs +39 -11
  180. package/fesm2022/flowbite-angular.mjs.map +1 -1
  181. package/flowbite.theme.service.d.ts +6 -4
  182. package/indicator/indicators.component.d.ts +51 -0
  183. package/indicator/indicators.theme.d.ts +21 -0
  184. package/indicator/indicators.theme.service.d.ts +11 -0
  185. package/modal/modal-body.component.d.ts +12 -0
  186. package/modal/modal-body.theme.d.ts +12 -0
  187. package/modal/modal-body.theme.service.d.ts +11 -0
  188. package/modal/modal-footer.component.d.ts +12 -0
  189. package/modal/modal-footer.theme.d.ts +12 -0
  190. package/modal/modal-footer.theme.service.d.ts +11 -0
  191. package/modal/modal-header.component.d.ts +18 -0
  192. package/modal/modal-header.theme.d.ts +12 -0
  193. package/modal/modal-header.theme.service.d.ts +11 -0
  194. package/modal/modal.component.d.ts +35 -0
  195. package/modal/modal.theme.service.d.ts +11 -0
  196. package/navbar/index.d.ts +1 -1
  197. package/navbar/navbar-brand.component.d.ts +12 -0
  198. package/navbar/navbar-brand.theme.d.ts +12 -0
  199. package/navbar/navbar-brand.theme.service.d.ts +11 -0
  200. package/navbar/navbar-content.component.d.ts +14 -0
  201. package/navbar/navbar-content.theme.d.ts +12 -0
  202. package/navbar/navbar-content.theme.service.d.ts +11 -0
  203. package/navbar/navbar-icon-button.component.d.ts +21 -0
  204. package/navbar/navbar-icon-button.theme.d.ts +12 -0
  205. package/navbar/navbar-icon-button.theme.service.d.ts +11 -0
  206. package/navbar/navbar-item.component.d.ts +26 -0
  207. package/navbar/navbar-item.theme.d.ts +12 -0
  208. package/navbar/navbar-item.theme.service.d.ts +11 -0
  209. package/navbar/navbar-toggle.component.d.ts +21 -0
  210. package/navbar/navbar-toggle.theme.d.ts +13 -1
  211. package/navbar/navbar-toggle.theme.service.d.ts +11 -0
  212. package/navbar/navbar.component.d.ts +45 -0
  213. package/navbar/navbar.theme.service.d.ts +11 -0
  214. package/package.json +1 -1
  215. package/router-link/flowbite-router-link.directive.d.ts +12 -0
  216. package/router-link-active/flowbite-router-link-active.directive.d.ts +12 -0
  217. package/sanitize-html/sanitize-html.pipe.d.ts +2 -2
  218. package/scroll-top/scroll-top.component.d.ts +28 -0
  219. package/scroll-top/scroll-top.theme.d.ts +19 -1
  220. package/scroll-top/scroll-top.theme.service.d.ts +11 -0
  221. package/sidebar/sidebar-item-group.component.d.ts +41 -3
  222. package/sidebar/sidebar-item-group.theme.d.ts +12 -0
  223. package/sidebar/sidebar-item-group.theme.service.d.ts +11 -0
  224. package/sidebar/sidebar-item.component.d.ts +42 -2
  225. package/sidebar/sidebar-item.theme.d.ts +12 -0
  226. package/sidebar/sidebar-item.theme.service.d.ts +11 -0
  227. package/sidebar/sidebar-menu.component.d.ts +26 -0
  228. package/sidebar/sidebar-menu.theme.d.ts +12 -0
  229. package/sidebar/sidebar-menu.theme.service.d.ts +11 -0
  230. package/sidebar/sidebar-page-content.component.d.ts +12 -0
  231. package/sidebar/sidebar-page-content.theme.d.ts +12 -0
  232. package/sidebar/sidebar-page-content.theme.service.d.ts +11 -0
  233. package/sidebar/sidebar-toggle.component.d.ts +33 -0
  234. package/sidebar/sidebar-toggle.theme.d.ts +15 -0
  235. package/sidebar/sidebar-toggle.theme.service.d.ts +11 -0
  236. package/sidebar/sidebar.component.d.ts +37 -0
  237. package/sidebar/sidebar.theme.service.d.ts +11 -0
  238. package/tailwind.config.js +306 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Themesberg
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,376 @@
1
+ <div align="center">
2
+ <h1>:construction: flowbite-angular (unreleased) :construction:</h1>
3
+ <p>
4
+ <a href="https://flowbite.com">
5
+ <img alt="Flowbite - Tailwind CSS components" width="350" src="https://flowbite.s3.amazonaws.com/github/logo-github.png">
6
+ </a>
7
+ </p>
8
+ <p>
9
+ Build websites even faster with components on top of Angular and Tailwind CSS
10
+ </p>
11
+ <p>
12
+ <a href="https://discord.com/invite/4eeurUVvTy">
13
+ <img src="https://img.shields.io/discord/902911619032576090?color=%237289da&label=Discord" alt="Discord">
14
+ </a>
15
+ <a href="https://www.npmjs.com/package/flowbite-angular">
16
+ <img src="https://img.shields.io/npm/dt/flowbite-angular.svg" alt="Total Downloads">
17
+ </a>
18
+ <a href="https://badge.fury.io/js/flowbite-angular">
19
+ <img alt="Latest release" src="https://badge.fury.io/js/flowbite-angular.svg">
20
+ </a>
21
+ <a href="https://flowbite.com/docs/getting-started/license/">
22
+ <img src="https://img.shields.io/badge/license-MIT-blue" alt="License">
23
+ </a>
24
+ </p>
25
+ </div>
26
+
27
+ ---
28
+
29
+ **`flowbite-angular` is an open source collection of UI components, built in Angular, with utility classes from Tailwind CSS that you can use as a starting point for user interfaces and websites.**
30
+
31
+ ## Table of Contents
32
+
33
+ - [Documentation](#documentation)
34
+ - [Getting started](#getting-started)
35
+ - [Components](#components)
36
+ - [Community](#community)
37
+ - [Contributing](#contributing)
38
+ - [Figma](#figma)
39
+ - [Copyright and license](#copyright-and-license)
40
+
41
+ ## Documentation
42
+
43
+ Documentation for `flowbite-angular` is not yet finished.
44
+
45
+ If you want to browse the components, visit [flowbite-angular.com](https://flowbite-angular.com/).
46
+
47
+ If you want to learn more about Flowbite, visit [Flowbite docs](https://flowbite.com/docs/getting-started/introduction/).
48
+
49
+ ## Getting started
50
+
51
+ To use `flowbite-angular`, you just need to setup `flowbite` normally and install `flowbite-angular` from `npm`.
52
+
53
+ `flowbite` can be included as a plugin into an existing Tailwind CSS project.
54
+
55
+ ### Require via `npm`
56
+
57
+ Make sure that you have <a href="https://nodejs.org/en/" rel="nofollow" >Node.js</a> and <a href="https://tailwindcss.com/" rel="nofollow" >Tailwind CSS</a> installed.
58
+
59
+ 1. Install `flowbite` as a dependency using `npm` by running the following command:
60
+
61
+ ```bash
62
+ npm i flowbite flowbite-angular
63
+ ```
64
+
65
+ 2. Require `flowbite` as a plugin inside the `tailwind.config.js` file:
66
+
67
+ ```javascript
68
+ module.exports = {
69
+ plugins: [require('flowbite/plugin')],
70
+ };
71
+ ```
72
+
73
+ ## Components
74
+
75
+ <table>
76
+ <tr>
77
+ <td width="33.3333%">Alerts</td>
78
+ <td width="33.3333%">Badges</td>
79
+ <td width="33.3333%">:construction: Breadcrumbs</td>
80
+ </tr>
81
+ <tr>
82
+ <td width="33.3333%">
83
+ <a href="https://flowbite-angular.com/#/alerts/">
84
+ <img alt="Tailwind CSS Alerts" src="https://flowbite.s3.amazonaws.com/github/alerts.jpg">
85
+ </a>
86
+ </td>
87
+ <td width="33.3333%">
88
+ <a href="https://flowbite-angular.com/#/badges/">
89
+ <img alt="Tailwind CSS Badge" src="https://flowbite.s3.amazonaws.com/github/badge.jpg">
90
+ </a>
91
+ </td>
92
+ <td width="33.3333%">
93
+ <a href="https://flowbite-angular.com/#/breadcrumb/">
94
+ <img alt="Tailwind CSS Breadcrumbs" src="https://flowbite.s3.amazonaws.com/github/breadcrumbs.jpg">
95
+ </a>
96
+ </td>
97
+ </tr>
98
+ <tr>
99
+ <td width="33.3333%">:construction: Buttons</td>
100
+ <td width="33.3333%">:construction: Button group</td>
101
+ <td width="33.3333%">:construction: Cards</td>
102
+ </tr>
103
+ <tr>
104
+ <td width="33.3333%">
105
+ <a href="https://flowbite-angular.com/#/buttons/">
106
+ <img alt="Tailwind CSS Buttons" src="https://flowbite.s3.amazonaws.com/github/buttons.jpg">
107
+ </a>
108
+ </td>
109
+ <td width="33.3333%">
110
+ <a href="https://flowbite-angular.com/#/button-group/">
111
+ <img alt="Tailwind CSS Button Group" src="https://flowbite.s3.amazonaws.com/github/button-group.jpg">
112
+ </a>
113
+ </td>
114
+ <td width="33.3333%">
115
+ <a href="https://flowbite-angular.com/#/card/">
116
+ <img alt="Tailwind CSS Cards" src="https://flowbite.s3.amazonaws.com/github/cards.jpg">
117
+ </a>
118
+ </td>
119
+ </tr>
120
+ <tr>
121
+ <td width="33.3333%">:construction: Dropdown</td>
122
+ <td width="33.3333%">:construction: Forms</td>
123
+ <td width="33.3333%">:construction: List group</td>
124
+ </tr>
125
+ <tr>
126
+ <td width="33.3333%">
127
+ <a href="https://flowbite-angular.com/#/dropdown/">
128
+ <img alt="Tailwind CSS Dropdown" src="https://flowbite.s3.amazonaws.com/github/dropdown.jpg">
129
+ </a>
130
+ </td>
131
+ <td width="33.3333%">
132
+ <a href="https://flowbite-angular.com/#/forms/">
133
+ <img alt="Tailwind CSS Forms" src="https://flowbite.s3.amazonaws.com/github/forms.jpg">
134
+ </a>
135
+ </td>
136
+ <td width="33.3333%">
137
+ <a href="https://flowbite-angular.com/#/list-group/">
138
+ <img alt="Tailwind CSS List group" src="https://flowbite.s3.amazonaws.com/github/list-group.jpg">
139
+ </a>
140
+ </td>
141
+ </tr>
142
+ <tr>
143
+ <td width="33.3333%">:construction: Typography</td>
144
+ <td width="33.3333%">:construction: Modal</td>
145
+ <td width="33.3333%">:construction: Tabs</td>
146
+ </tr>
147
+ <tr>
148
+ <td width="33.3333%">
149
+ <a href="https://flowbite-angular.com/#/typography/">
150
+ <img alt="Tailwind CSS Typography" src="https://flowbite.s3.amazonaws.com/github/typography.jpg">
151
+ </a>
152
+ </td>
153
+ <td width="33.3333%">
154
+ <a href="https://flowbite-angular.com/#/modal/">
155
+ <img alt="Tailwind CSS Modal" src="https://flowbite.s3.amazonaws.com/github/modal.jpg">
156
+ </a>
157
+ </td>
158
+ <td width="33.3333%">
159
+ <a href="https://flowbite-angular.com/#/tabs/">
160
+ <img alt="Tailwind CSS Tabs" src="https://flowbite.s3.amazonaws.com/github/tabs.jpg">
161
+ </a>
162
+ </td>
163
+ </tr>
164
+ <tr>
165
+ <td width="33.3333%">:construction: Navbar</td>
166
+ <td width="33.3333%">:construction: Pagination</td>
167
+ <td width="33.3333%">:construction: Timeline</td>
168
+ </tr>
169
+ <tr>
170
+ <td width="33.3333%">
171
+ <a href="https://flowbite-angular.com/#/navbars/">
172
+ <img alt="Tailwind CSS Navbar" src="https://flowbite.s3.amazonaws.com/github/navbar.jpg">
173
+ </a>
174
+ </td>
175
+ <td width="33.3333%">
176
+ <a href="https://flowbite-angular.com/#/pagination/">
177
+ <img alt="Tailwind CSS Pagination" src="https://flowbite.s3.amazonaws.com/github/pagination.jpg">
178
+ </a>
179
+ </td>
180
+ <td width="33.3333%">
181
+ <a href="https://flowbite-angular.com/#/timeline/">
182
+ <img alt="Tailwind CSS Timeline" src="https://flowbite.s3.amazonaws.com/github/timeline.jpg">
183
+ </a>
184
+ </td>
185
+ </tr>
186
+ <tr>
187
+ <td width="33.3333%">:construction: Progress bar</td>
188
+ <td width="33.3333%">:construction: Tables</td>
189
+ <td width="33.3333%">:construction: Toast</td>
190
+ </tr>
191
+ <tr>
192
+ <td width="33.3333%">
193
+ <a href="https://flowbite-angular.com/#/progress/">
194
+ <img alt="Tailwind CSS Progress Bar" src="https://flowbite.s3.amazonaws.com/github/progress.jpg">
195
+ </a>
196
+ </td>
197
+ <td width="33.3333%">
198
+ <a href="https://flowbite-angular.com/#/tables/">
199
+ <img alt="Tailwind CSS Tables" src="https://flowbite.s3.amazonaws.com/github/tables.jpg">
200
+ </a>
201
+ </td>
202
+ <td width="33.3333%">
203
+ <a href="https://flowbite-angular.com/#/toast/">
204
+ <img alt="Tailwind CSS Toast" src="https://flowbite.s3.amazonaws.com/github/toast.jpg">
205
+ </a>
206
+ </td>
207
+ </tr>
208
+ <tr>
209
+ <td width="33.3333%">:construction: Tooltips</td>
210
+ <td width="33.3333%">:construction: Datepicker</td>
211
+ <td width="33.3333%">:construction: Spinner</td>
212
+ </tr>
213
+ <tr>
214
+ <td width="33.3333%">
215
+ <a href="https://flowbite-angular.com/#/tooltips/">
216
+ <img alt="Tailwind CSS Tooltips" src="https://flowbite.s3.amazonaws.com/github/tooltips.jpg">
217
+ </a>
218
+ </td>
219
+ <td width="33.3333%">
220
+ <a href="https://flowbite.com/docs/plugins/datepicker/">
221
+ <img alt="Tailwind CSS Datepicker" src="https://flowbite.s3.amazonaws.com/github/datepicker.jpg">
222
+ </a>
223
+ </td>
224
+ <td width="33.3333%">
225
+ <a href="https://flowbite-angular.com/#/spinner/">
226
+ <img alt="Tailwind CSS Spinner" src="https://flowbite.s3.amazonaws.com/github/spinner.jpg">
227
+ </a>
228
+ </td>
229
+ </tr>
230
+ <tr>
231
+ <td width="33.3333%">:construction: Footer</td>
232
+ <td width="33.3333%">:construction: Accordion</td>
233
+ <td width="33.3333%">:construction: Sidebar</td>
234
+ </tr>
235
+ <tr>
236
+ <td width="33.3333%">
237
+ <a href="https://flowbite-angular.com/#/footer/">
238
+ <img alt="Tailwind CSS Footer" src="https://flowbite.s3.amazonaws.com/github/footer.jpg">
239
+ </a>
240
+ </td>
241
+ <td width="33.3333%">
242
+ <a href="https://flowbite-angular.com/#/accordion/">
243
+ <img alt="Tailwind CSS Accordion" src="https://flowbite.s3.amazonaws.com/github/accordion.jpg">
244
+ </a>
245
+ </td>
246
+ <td width="33.3333%">
247
+ <a href="https://flowbite-angular.com/#/sidebar/">
248
+ <img alt="Tailwind CSS Sidebar" src="https://flowbite.s3.amazonaws.com/github/sidebar.jpg">
249
+ </a>
250
+ </td>
251
+ </tr>
252
+ <tr>
253
+ <td width="33.3333%">:construction: Carousel</td>
254
+ <td width="33.3333%">:construction: Avatar</td>
255
+ <td width="33.3333%">:construction: Rating</td>
256
+ </tr>
257
+ <tr>
258
+ <td width="33.3333%">
259
+ <a href="https://flowbite-angular.com/#/carousel/">
260
+ <img alt="Tailwind CSS Carousel" src="https://flowbite.s3.amazonaws.com/github/carousel.jpg">
261
+ </a>
262
+ </td>
263
+ <td width="33.3333%">
264
+ <a href="https://flowbite-angular.com/#/avatar/">
265
+ <img alt="Tailwind CSS Avatar" src="https://flowbite.s3.amazonaws.com/github/avatar.jpg">
266
+ </a>
267
+ </td>
268
+ <td width="33.3333%">
269
+ <a href="https://flowbite-angular.com/#/rating/">
270
+ <img alt="Tailwind CSS Rating" src="https://flowbite.s3.amazonaws.com/github/rating.jpg">
271
+ </a>
272
+ </td>
273
+ </tr>
274
+ <tr>
275
+ <td width="33.3333%">:construction: Input Field</td>
276
+ <td width="33.3333%">:construction: File Input</td>
277
+ <td width="33.3333%">:construction: Search Input</td>
278
+ </tr>
279
+ <tr>
280
+ <td width="33.3333%">
281
+ <a href="https://flowbite.com/docs/forms/input-field/">
282
+ <img alt="Tailwind CSS Input Field" src="https://flowbite.s3.amazonaws.com/github/input-field.jpg">
283
+ </a>
284
+ </td>
285
+ <td width="33.3333%">
286
+ <a href="https://flowbite.com/docs/forms/file-input/">
287
+ <img alt="Tailwind CSS File Input" src="https://flowbite.s3.amazonaws.com/github/file-input.jpg">
288
+ </a>
289
+ </td>
290
+ <td width="33.3333%">
291
+ <a href="https://flowbite.com/docs/forms/search-input/">
292
+ <img alt="Tailwind CSS Search Input" src="https://flowbite.s3.amazonaws.com/github/search-input.jpg">
293
+ </a>
294
+ </td>
295
+ </tr>
296
+ <tr>
297
+ <td width="33.3333%">:construction: Select</td>
298
+ <td width="33.3333%">:construction: Textarea</td>
299
+ <td width="33.3333%">:construction: Checkbox</td>
300
+ </tr>
301
+ <tr>
302
+ <td width="33.3333%">
303
+ <a href="https://flowbite.com/docs/forms/select/">
304
+ <img alt="Tailwind CSS Select" src="https://flowbite.s3.amazonaws.com/github/select.jpg">
305
+ </a>
306
+ </td>
307
+ <td width="33.3333%">
308
+ <a href="https://flowbite.com/docs/forms/textarea/">
309
+ <img alt="Tailwind CSS Textarea" src="https://flowbite.s3.amazonaws.com/github/textarea.jpg">
310
+ </a>
311
+ </td>
312
+ <td width="33.3333%">
313
+ <a href="https://flowbite.com/docs/forms/checkbox/">
314
+ <img alt="Tailwind CSS Checkbox" src="https://flowbite.s3.amazonaws.com/github/checkbox.jpg">
315
+ </a>
316
+ </td>
317
+ </tr>
318
+ <tr>
319
+ <td width="33.3333%">:construction: Radio</td>
320
+ <td width="33.3333%">:construction: Toggle</td>
321
+ <td width="33.3333%">:construction: Range Slider</td>
322
+ </tr>
323
+ <tr>
324
+ <td width="33.3333%">
325
+ <a href="https://flowbite.com/docs/forms/radio/">
326
+ <img alt="Tailwind CSS Radio" src="https://flowbite.s3.amazonaws.com/github/radio.jpg">
327
+ </a>
328
+ </td>
329
+ <td width="33.3333%">
330
+ <a href="https://flowbite.com/docs/forms/toggle/">
331
+ <img alt="Tailwind CSS Toggle" src="https://flowbite.s3.amazonaws.com/github/toggle.jpg">
332
+ </a>
333
+ </td>
334
+ <td width="33.3333%">
335
+ <a href="https://flowbite.com/docs/forms/range/">
336
+ <img alt="Tailwind CSS Range Slider" src="https://flowbite.s3.amazonaws.com/github/range-slider.jpg">
337
+ </a>
338
+ </td>
339
+ </tr>
340
+ <tr>
341
+ <td width="33.3333%">:construction: Floating Label</td>
342
+ </tr>
343
+ <tr>
344
+ <td width="33.3333%">
345
+ <a href="https://flowbite.com/docs/forms/floating-label/">
346
+ <img alt="Tailwind CSS Floating Label" src="https://flowbite.s3.amazonaws.com/github/floating-label.jpg">
347
+ </a>
348
+ </td>
349
+ </tr>
350
+ </table>
351
+
352
+ ## Community
353
+
354
+ If you need help or just want to discuss the library join the community on GitHub:
355
+
356
+ ⌨️ [Discuss Flowbite on GitHub](https://github.com/themesberg/flowbite/discussions)
357
+
358
+ For casual chatting with others using the library:
359
+
360
+ 💬 [Join the Flowbite Discord Server](https://discord.gg/4eeurUVvTy)
361
+
362
+ ## Contributing
363
+
364
+ Thank you for your interest in helping! Visit our [guide on contributing](https://github.com/themesberg/flowbite-angular/blob/main/CONTRIBUTING.md) to get started.
365
+
366
+ ## Figma
367
+
368
+ If you need the Figma files for the components you can check out our website for more information:
369
+
370
+ 🎨 [Get access to the Figma design files](https://flowbite.com/figma/)
371
+
372
+ ## Copyright and license
373
+
374
+ The Flowbite name and logos are trademarks of Crafty Dwarf Inc.
375
+
376
+ 📝 [Read about the licensing terms](https://flowbite.com/docs/getting-started/license/)
@@ -4,10 +4,27 @@ import { AccordionPanelComponent } from './accordion-panel.component';
4
4
  import type { AccordionColors } from './accordion.theme';
5
5
  import { BaseComponent } from 'flowbite-angular';
6
6
  import * as i0 from "@angular/core";
7
+ /**
8
+ * @see https://flowbite.com/docs/components/accordion/
9
+ */
7
10
  export declare class AccordionContentComponent extends BaseComponent<AccordionContentClass> {
11
+ /**
12
+ * Service injected used to generate class
13
+ */
8
14
  readonly themeService: AccordionContentThemeService;
15
+ /**
16
+ * The parent `AccordionPanelComponent`
17
+ */
9
18
  readonly accordionPanelComponent: AccordionPanelComponent;
19
+ /**
20
+ * Set the accordion content color
21
+ *
22
+ @default `AccordionPanelComponent`'s color
23
+ */
10
24
  color: import("@angular/core").ModelSignal<keyof AccordionColors>;
25
+ /**
26
+ * Set the custom style for this accordion content
27
+ */
11
28
  customStyle: import("@angular/core").ModelSignal<{
12
29
  root?: {
13
30
  base?: string | undefined;
@@ -1,10 +1,16 @@
1
1
  import type { AccordionColors } from './accordion.theme';
2
2
  import type { DeepPartial, FlowbiteBoolean, FlowbiteClass } from 'flowbite-angular';
3
+ /**
4
+ * Required properties for the class generation of `AccordionContentComponent`
5
+ */
3
6
  export interface AccordionContentProperties {
4
7
  color: keyof AccordionColors;
5
8
  isOpen: keyof FlowbiteBoolean;
6
9
  customStyle: DeepPartial<AccordionContentTheme>;
7
10
  }
11
+ /**
12
+ * Theme definition for `AccordionContentComponent`
13
+ */
8
14
  export interface AccordionContentTheme {
9
15
  root: {
10
16
  base: string;
@@ -12,5 +18,11 @@ export interface AccordionContentTheme {
12
18
  isOpen: FlowbiteBoolean;
13
19
  };
14
20
  }
21
+ /**
22
+ * Default theme for `AccordionContentComponent`
23
+ */
15
24
  export declare const accordionContentTheme: AccordionContentTheme;
25
+ /**
26
+ * Generated class definition for `AccordionContentComponent`
27
+ */
16
28
  export type AccordionContentClass = FlowbiteClass;
@@ -1,8 +1,19 @@
1
1
  import type { AccordionContentClass, AccordionContentProperties, AccordionContentTheme } from './accordion-content.theme';
2
2
  import type { FlowbiteThemeService } from 'flowbite-angular';
3
3
  import { InjectionToken } from '@angular/core';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * `InjectionToken` used to import `AccordionContentTheme` value
7
+ *
8
+ * @example
9
+ * ```
10
+ * var theme = inject(FLOWBITE_ACCORDION_CONTENT_THEME_TOKEN)
11
+ * ```
12
+ */
4
13
  export declare const FLOWBITE_ACCORDION_CONTENT_THEME_TOKEN: InjectionToken<AccordionContentTheme>;
5
14
  export declare class AccordionContentThemeService implements FlowbiteThemeService<AccordionContentProperties> {
6
15
  private readonly baseTheme;
7
16
  getClasses(properties: AccordionContentProperties): AccordionContentClass;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccordionContentThemeService, never>;
18
+ static ɵprov: i0.ɵɵInjectableDeclaration<AccordionContentThemeService>;
8
19
  }
@@ -7,13 +7,41 @@ import type { AccordionColors } from './accordion.theme';
7
7
  import { BaseComponent } from 'flowbite-angular';
8
8
  import type { OnInit } from '@angular/core';
9
9
  import * as i0 from "@angular/core";
10
+ /**
11
+ * @see https://flowbite.com/docs/components/accordion/
12
+ */
10
13
  export declare class AccordionPanelComponent extends BaseComponent<AccordionPanelClass> implements OnInit {
14
+ /**
15
+ * Service injected used to generate class
16
+ */
11
17
  readonly themeService: AccordionPanelThemeService;
18
+ /**
19
+ * The parent `AccordionComponent`
20
+ */
12
21
  readonly accordionComponent: AccordionComponent;
22
+ /**
23
+ * The child `AccordionTitleComponent`
24
+ */
13
25
  readonly accordionTitleChild: import("@angular/core").Signal<AccordionTitleComponent | undefined>;
26
+ /**
27
+ * The child `AccordionContentComponent`
28
+ */
14
29
  readonly accordionContentChild: import("@angular/core").Signal<AccordionContentComponent | undefined>;
30
+ /**
31
+ * Set the accordion panel color
32
+ *
33
+ * @default `AccordionComponent`'s color
34
+ */
15
35
  color: import("@angular/core").ModelSignal<keyof AccordionColors>;
36
+ /**
37
+ * Set if the accordion panel is open or not
38
+ *
39
+ * @default false
40
+ */
16
41
  isOpen: import("@angular/core").ModelSignal<boolean>;
42
+ /**
43
+ * Set the custom style for this accordion panel
44
+ */
17
45
  customStyle: import("@angular/core").ModelSignal<{
18
46
  root?: {
19
47
  base?: string | undefined;
@@ -21,6 +49,11 @@ export declare class AccordionPanelComponent extends BaseComponent<AccordionPane
21
49
  }>;
22
50
  fetchClass(): AccordionPanelClass;
23
51
  verify(): void;
52
+ /**
53
+ * Toggle isOpen for itself and close every other `AccordionPanelComponent` if the parent `AccordionComponent`'s isAlwaysOpen is false
54
+ *
55
+ * @param isOpen Instead of toggle, it can set the value provided
56
+ */
24
57
  toggleVisibility(isOpen?: boolean): void;
25
58
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionPanelComponent, never>;
26
59
  static ɵcmp: i0.ɵɵComponentDeclaration<AccordionPanelComponent, "flowbite-accordion-panel", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "customStyle": { "alias": "customStyle"; "required": false; "isSignal": true; }; }, { "color": "colorChange"; "isOpen": "isOpenChange"; "customStyle": "customStyleChange"; }, ["accordionTitleChild", "accordionContentChild"], ["*"], true, never>;
@@ -1,11 +1,23 @@
1
1
  import type { DeepPartial, FlowbiteClass } from 'flowbite-angular';
2
+ /**
3
+ * Required properties for th class generation of `AccordionPanelComponent`
4
+ */
2
5
  export interface AccordionPanelProperties {
3
6
  customStyle: DeepPartial<AccordionPanelTheme>;
4
7
  }
8
+ /**
9
+ * Theme definition for `AccordionPanelComponent`
10
+ */
5
11
  export interface AccordionPanelTheme {
6
12
  root: {
7
13
  base: string;
8
14
  };
9
15
  }
16
+ /**
17
+ * Default theme for `AccordionPanelComponent`
18
+ */
10
19
  export declare const accordionPanelTheme: AccordionPanelTheme;
20
+ /**
21
+ * Generated class definition for `AccordionPanelComponent`
22
+ */
11
23
  export type AccordionPanelClass = FlowbiteClass;
@@ -2,8 +2,19 @@ import type { AccordionPanelProperties, AccordionPanelTheme } from './accordion-
2
2
  import type { AccordionClass } from './accordion.theme';
3
3
  import type { FlowbiteThemeService } from 'flowbite-angular';
4
4
  import { InjectionToken } from '@angular/core';
5
+ import * as i0 from "@angular/core";
6
+ /**
7
+ * `InjectionToken` used to import `AccordionPanelTheme` value
8
+ *
9
+ * @example
10
+ * ```
11
+ * var theme = inject(FLOWBITE_ACCORDION_PANEL_THEME_TOKEN)
12
+ * ```
13
+ */
5
14
  export declare const FLOWBITE_ACCORDION_PANEL_THEME_TOKEN: InjectionToken<AccordionPanelTheme>;
6
15
  export declare class AccordionPanelThemeService implements FlowbiteThemeService<AccordionPanelProperties> {
7
16
  private readonly baseTheme;
8
17
  getClasses(properties: AccordionPanelProperties): AccordionClass;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<AccordionPanelThemeService, never>;
19
+ static ɵprov: i0.ɵɵInjectableDeclaration<AccordionPanelThemeService>;
9
20
  }
@@ -7,12 +7,35 @@ import { IconRegistry } from 'flowbite-angular/icon';
7
7
  import type { OnInit } from '@angular/core';
8
8
  import { DomSanitizer } from '@angular/platform-browser';
9
9
  import * as i0 from "@angular/core";
10
+ /**
11
+ * @see https://flowbite.com/docs/components/accordion/
12
+ */
10
13
  export declare class AccordionTitleComponent extends BaseComponent<AccordionTitleClass> implements OnInit {
14
+ /**
15
+ * Service injected used to generate class
16
+ */
11
17
  readonly themeService: AccordionTitleThemeService;
18
+ /**
19
+ * The parent `AccordionPanelComponent`
20
+ */
12
21
  readonly accordionPanelComponent: AccordionPanelComponent;
22
+ /**
23
+ * `IconRegistry` service
24
+ */
13
25
  readonly iconRegistry: IconRegistry;
26
+ /**
27
+ * `DomSanitizer` service
28
+ */
14
29
  readonly domSanitizer: DomSanitizer;
30
+ /**
31
+ * Set the accordion title color
32
+ *
33
+ * @default `AccordionPanelComponents`'s color
34
+ */
15
35
  color: import("@angular/core").ModelSignal<keyof AccordionColors>;
36
+ /**
37
+ * Set the custom style for this accordion title
38
+ */
16
39
  customStyle: import("@angular/core").ModelSignal<{
17
40
  root?: {
18
41
  base?: string | undefined;
@@ -40,6 +63,9 @@ export declare class AccordionTitleComponent extends BaseComponent<AccordionTitl
40
63
  }>;
41
64
  fetchClass(): AccordionTitleClass;
42
65
  init(): void;
66
+ /**
67
+ * Toggle the parent `AccordionPanelComponent`'s isOpen
68
+ */
43
69
  onClick(): void;
44
70
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionTitleComponent, never>;
45
71
  static ɵcmp: i0.ɵɵComponentDeclaration<AccordionTitleComponent, "flowbite-accordion-title", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "customStyle": { "alias": "customStyle"; "required": false; "isSignal": true; }; }, { "color": "colorChange"; "customStyle": "customStyleChange"; }, never, ["*"], true, never>;
@@ -1,11 +1,17 @@
1
1
  import type { AccordionColors } from './accordion.theme';
2
2
  import type { DeepPartial, FlowbiteBoolean, FlowbiteClass } from 'flowbite-angular';
3
+ /**
4
+ * Required properties for the class generation of `AccordionTitleComponent`
5
+ */
3
6
  export interface AccordionTitleProperties {
4
7
  color: keyof AccordionColors;
5
8
  isOpen: keyof FlowbiteBoolean;
6
9
  isFlush: keyof FlowbiteBoolean;
7
10
  customStyle: DeepPartial<AccordionTitleTheme>;
8
11
  }
12
+ /**
13
+ * Theme definition for `AccordionTitleComponent`
14
+ */
9
15
  export interface AccordionTitleTheme {
10
16
  root: {
11
17
  base: string;
@@ -17,7 +23,13 @@ export interface AccordionTitleTheme {
17
23
  base: string;
18
24
  };
19
25
  }
26
+ /**
27
+ * Default theme for `AccordionTitleComponent`
28
+ */
20
29
  export declare const accordionTitleTheme: AccordionTitleTheme;
30
+ /**
31
+ * Generated class definition for `AccordionTitleComponent`
32
+ */
21
33
  export interface AccordionTitleClass extends FlowbiteClass {
22
34
  textClass: string;
23
35
  }