Skip to content

Commit e91e8a2

Browse files
author
Yannick
authored
Merge branch 'master' into V2.0.1
2 parents 42d0ab2 + 0d1f141 commit e91e8a2

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

readme.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,32 @@ The CreateAccount Component is located at
231231
```
232232

233233
### Attributes
234+
The CreateAccount Component accepts the following attributes
235+
234236
Attribute | Type | Usage
235237
--- | --- | ---
236238
createAccount | function | Function that handles creating the user account and sends them to [Overview Component](#overview-component).
237239

240+
## DatePicker Component
241+
### Usage
242+
The DatePicker Component consists of the following
243+
* Label
244+
* Input (date)
245+
* You choose the date
246+
247+
### Location
248+
The DatePicker Component is located at
249+
```
250+
src/components/datePicker/
251+
```
252+
### Attributes
253+
The DatePicker Component accepts the following attributes
254+
255+
Attribute | Type | Usage
256+
--- | --- | ---
257+
label | string | What should the label of the input field be.
258+
handleState | function | Saves what the date should be.
259+
238260
## Edit Component
239261
### Usage
240262
The Edit Component consists of the following
@@ -338,6 +360,59 @@ Filter | string | What should the filter be.
338360
Text | string | What text should the button display.
339361
HandleFilter | function | function that handles the filtering.
340362

363+
## Footer Component
364+
### Usage
365+
The Footer Component consists of the following
366+
* Overview (icon)
367+
* When clicked on Overview it will send them to [Overview Component](#overview-component).
368+
* Request (icon)
369+
* When clicked on Request it will send them to [Request Component](#request-component).
370+
* Account (icon)
371+
* When clicked on Account it will send them to [Account Component](#account-component).
372+
* Notifications (icon)
373+
* When clicked on Notifications it will send them to [Notifications Component](#notifications-component).
374+
375+
### Location
376+
The Footer Component is located at
377+
```
378+
src/components/footer/
379+
```
380+
### Attributes
381+
The Footer Component accepts the following attributes
382+
383+
Attribute | Type | Usage
384+
--- | --- | ---
385+
--- | --- | ---
386+
387+
## FormItem Component
388+
### Usage
389+
The FormItem Component consists of the following
390+
* Label (measurement type)
391+
* Select
392+
* Option
393+
* Value
394+
* Acidity
395+
* Salinity
396+
* Tempature
397+
* Label (value)
398+
* Input (number)
399+
* Remove Button
400+
* Value
401+
* Remove item
402+
403+
### Location
404+
The FormItem is located at
405+
```
406+
src/components/formItem/
407+
```
408+
### Attributes
409+
The FormItem Component accepts the following attributes
410+
411+
Attribute | Type | Usage
412+
--- | --- | ---
413+
Item| string | Used to get the value that was selected.
414+
Value | string | What should the default value of the input field be.
415+
341416
## Header Component
342417
### Usage
343418
The Header component consists of the following

0 commit comments

Comments
 (0)