You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`AutoCompleteModule`| This module creates an input field with autocomplete functionality. |[Documentation](./src/lib/auto-complete/README.md)|
15
+
|`DatepickerModule`| This package allows the user to select a date either by input or by picking one in the calendar flyout. |[Documentation](./src/lib/datepicker/README.md)|
16
+
|`MaskModule`| With this module you can make input fields that only accept a specific format. |[Documentation](./src/lib/mask/README.md)|
17
+
|`RangeSliderModule`| This module provides a range slider. |[Documentation](./src/lib/range-slider/README.md)|
18
+
|`TimepickerModule`| This package allows the user set the time either by choosing a slot in the dropdown or by typing in the autocomplete field. |[Documentation](./src/lib/timepicker/README.md)|
19
+
|`UploadModule`| This module provides a couple of upload components and a specific `Uploader` class. |[Documentation](./src/lib/upload/README.md)|
20
+
|`WysiwygModule`| This module provides a wysiwyg that can be used on a page or a form. |[Documentation](./src/lib/wysiwyg/README.md)|
21
+
22
+
## Contributing
23
+
24
+
Visit our [Contribution Guidelines](../../CONTRIBUTING.md) for more information on how to contribute.
Copy file name to clipboardExpand all lines: packages/utils/README.md
-10
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,6 @@
3
3
The utils module is a collection of some frequently used utility modules like a filter, labels or window module. So you don't need to reinvent the wheel every time.
4
4
You can find an overview in the [Modules](#modules) section below.
5
5
6
-
## Usage
7
-
8
-
```typescript
9
-
import {
10
-
FilterModule,
11
-
LabelsModule,
12
-
WindowModule
13
-
} from'@acpaas-ui/ngx-components/utils'`;
14
-
```
15
-
16
6
## Documentation
17
7
18
8
Visit our [documentation site](https://acpaas-ui.digipolis.be/) for full how-to docs and guidelines
0 commit comments