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
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,14 @@ A collection of reusable components designed for use in Frank!Framework projects
5
5

6
6
7
7
## Available Components
8
-
| Component | Selector | Description
9
-
| --- | --- | ---
10
-
| [Alert](/projects/angular-components/src/lib/alert/) | <ff-alert> | Alert the user, useful for forms, documentation or to give a warning for anything.
11
-
| [Button](/projects/angular-components/src/lib/button/) | <ff-button> | Buttons that fit the FF style & can have a toggleable active state
12
-
| [Chip](/projects/angular-components/src/lib/chip/) | <ff-chip> | A stylized border around a word or short text, most likely used for labeling
13
-
| [Search](/projects/angular-components/src/lib/search/) | <ff-search> | A search field that works like any other form input but doesn't need to be in a form
14
-
| [Checkbox](/projects/angular-components/src/lib/checkbox/) | <ff-checkbox> | A custom checkbox using the ff colourscheme
|[Alert](/projects/angular-components/src/lib/alert/)|<ff-alert>| Alert the user, useful for forms, documentation or to give a warning for anything |
11
+
|[Button](/projects/angular-components/src/lib/button/)|<ff-button>| Buttons that fit the FF style & can have a toggleable active state |
12
+
|[Chip](/projects/angular-components/src/lib/chip/)|<ff-chip>| A stylized border around a word or short text, most likely used for labeling |
13
+
|[Search](/projects/angular-components/src/lib/search/)|<ff-search>| A search field that works like any other form input but doesn't need to be in a form |
14
+
|[Checkbox](/projects/angular-components/src/lib/checkbox/)|<ff-checkbox>| A custom checkbox using the ff colourscheme |
15
+
|[Datatable](/projects/angular-components/src/lib/datatable/)|<ff-datatable>| Datatable that is able to handle ng templates & server side data |
0 commit comments