Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nowseemee committed May 5, 2023
1 parent e7c4f3d commit f6d51fd
Showing 1 changed file with 14 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@

## Properties

| Property | Attribute | Description | Type | Default |
| ------------------ | ------------------- | ----------- | -------- | ----------- |
| `activeRouteId` | `active-route-id` | | `string` | `undefined` |
| `addonNavigation` | `addon-navigation` | | `any` | `undefined` |
| `appName` | `app-name` | | `string` | `undefined` |
| `appNameClick` | `app-name-click` | | `any` | `undefined` |
| `appNameLink` | `app-name-link` | | `string` | `undefined` |
| `iconNavigation` | `icon-navigation` | | `any` | `undefined` |
| `mainNavigation` | `main-navigation` | | `any` | `undefined` |
| `sectorNavigation` | `sector-navigation` | | `any` | `undefined` |
| `userNavigation` | `user-navigation` | | `any` | `undefined` |
| Property | Attribute | Description | Type | Default |
| ------------------ | ------------------- | ----------- | --------- | ----------- |
| `activeRouteId` | `active-route-id` | | `string` | `undefined` |
| `addonNavigation` | `addon-navigation` | | `any` | `undefined` |
| `appName` | `app-name` | | `string` | `undefined` |
| `appNameClick` | `app-name-click` | | `any` | `undefined` |
| `appNameLink` | `app-name-link` | | `string` | `undefined` |
| `iconNavigation` | `icon-navigation` | | `any` | `undefined` |
| `logoHideTitle` | `logo-hide-title` | | `boolean` | `undefined` |
| `logoHref` | `logo-href` | | `string` | `undefined` |
| `logoTitle` | `logo-title` | | `string` | `undefined` |
| `mainNavigation` | `main-navigation` | | `any` | `undefined` |
| `sectorNavigation` | `sector-navigation` | | `any` | `undefined` |
| `userNavigation` | `user-navigation` | | `any` | `undefined` |


## Dependencies
Expand Down

0 comments on commit f6d51fd

Please sign in to comment.