@@ -103,112 +103,113 @@ Extends WML Components Based to be custoized for angular developers. Useful to k
103103
104104Three js is rather wieldy and not everything you need to create a scene is there for you this changes with our three.js library. Our classes handle the mathematics and physics implementations so you can focus on adding and placing objects in the scene
105105
106- * [ ** WML Schematics** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/schematics /wml-schematics ) :
106+ * [ ** WML Schematics** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components /wml-schematics ) :
107107
108108
109109Our own angular schematics to generate Angular classes according to our angular project template
110110
111- * [ ** WML Accordion** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-accordion ) :
111+ * [ ** WML Accordion** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-accordion ) :
112112
113113
114114An accordion component that allows you to display content in a collapsible format. It's useful for FAQs, lists, or any content that benefits from a compact presentation.
115115
116- * [ ** WML Button** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-button ) :
116+ * [ ** WML Button** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-button ) :
117117
118118
119119A customizable button component that can be used across your application, ensuring consistency and themability.
120120
121- * [ ** WML Carousel** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-carousel ) :
121+ * [ ** WML Carousel** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-carousel ) :
122122
123123
124124A carousel component that enables the display of multiple items in a sliding or rotating fashion, perfect for galleries or showcasing multiple products.
125125
126- * [ ** WML Chips** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-chips ) :
126+ * [ ** WML Chips** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-chips ) :
127127
128128
129129A component that represents input, attributes, or actions as compact elements, commonly used for tags, contact information, or interactive elements.
130130
131- * [ ** WML Field** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-field ) :
131+ * [ ** WML Field** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-field ) :
132132
133133
134134A field component, potentially for forms, providing a standardized way to input data.
135135
136- * [ ** WML File Manager** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-file-manager ) :
136+ * [ ** WML File Manager** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-file-manager ) :
137137
138138
139139A comprehensive component for handling file interactions, including uploading, downloading(in backlog), and displaying file information.
140140
141- * [ ** WML Form** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-form ) :
141+ * [ ** WML Form** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-form ) :
142142
143143
144144A component or set of components designed to create consistent and functional forms, including various form controls.
145145
146- * [ ** WML Infinite Dropdown** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-infinite-dropdown ) :
146+ * [ ** WML Infinite Dropdown** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-infinite-dropdown ) :
147147
148148
149149A dropdown component that expands infinitely. Great for menus with a large amount of navigation content
150150
151- * [ ** WML Input** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-input ) :
151+ * [ ** WML Input** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-input ) :
152152
153153
154154A versatile input component for forms, providing a uniform way to collect user input.
155155
156- * [ ** WML Mobile Nav** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-mobile-nav ) :
156+ * [ ** WML Mobile Nav** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-mobile-nav ) :
157157
158158
159159A navigation component designed specifically for mobile user interfaces, providing an optimized menu for smaller screens.
160160
161- * [ ** WML Notify** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-notify ) :
161+ * [ ** WML Notify** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-notify ) :
162162
163163
164164A notification component, allowing you to display alerts, messages, or other important information to users.
165165
166- * [ ** WML Options** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-options ) :
166+ * [ ** WML Options** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-options ) :
167167
168168
169169A component that provides a set of selectable options, possibly as a more advanced dropdown or select component.
170170
171- * [ ** WML Panel** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-panel ) :
171+ * [ ** WML Panel** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-panel ) :
172172
173173
174174A flyout component component used to provide auxillary content, information or controls, often used in dashboards or as part of complex interfaces.
175175
176- * [ ** WML Penrose** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-penrose ) :
176+ * [ ** WML Penrose** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-penrose ) :
177177
178178
179179A custom loading component
180180
181- * [ ** WML Popup** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-popup ) :
181+ * [ ** WML Popup** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-popup ) :
182182
183183
184184A component for displaying pop-up content, such as modals, dialogues, or tooltips.
185185
186- * [ ** WML Select** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-select ) :
186+ * [ ** WML Select** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-select ) :
187187
188188
189189A select component that provides a dropdown list of options for users to choose from.
190190
191- * [ ** WML Slicebox** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-slicebox ) :
191+ * [ ** WML Slicebox** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-slicebox ) :
192192
193193
194194based on [ jquery slicebox] ( https://tympanus.net/Development/Slicebox/ )
195195more fluid way of implementing a carousel
196196
197- * [ ** WML Table** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-table ) :
197+ * [ ** WML Table** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-table ) :
198198
199199
200200A table component designed for displaying tabular data, with features including sorting, filtering, and pagination.
201201
202- * [ ** WML Tabs** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-tabs ) :
202+ * [ ** WML Tabs** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-tabs ) :
203203
204204
205205A component for creating tabbed interfaces, allowing users to switch between different views or content sections within the same context.
206206
207- * [ ** WML Toggle** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/components/wml-toggle ) :
207+ * [ ** WML Toggle** ] ( https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular- components/wml-toggle ) :
208208
209209
210210 A toggle switch component, providing an intuitive way for users to make binary choices, such as enabling/disabling settings.
211211
212+
212213---
213214
214215Each component is crafted to address specific UI needs while ensuring consistency and ease of integration into your Angular projects. For more detailed information on each component, including usage examples and configuration options, refer to the library's detailed documentation.
0 commit comments