-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat) O3-3178: Add a reusable dashboard header to the styleguide (#1084
- Loading branch information
1 parent
31d9b9f
commit f32c0df
Showing
17 changed files
with
428 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
packages/framework/esm-framework/docs/interfaces/PageHeaderContentProps.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[@openmrs/esm-framework](../API.md) / PageHeaderContentProps | ||
|
||
# Interface: PageHeaderContentProps | ||
|
||
## Table of contents | ||
|
||
### UI Properties | ||
|
||
- [className](PageHeaderContentProps.md#classname) | ||
- [illustration](PageHeaderContentProps.md#illustration) | ||
- [title](PageHeaderContentProps.md#title) | ||
|
||
## UI Properties | ||
|
||
### className | ||
|
||
• `Optional` **className**: `string` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/page-header/page-header.component.tsx:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/page-header/page-header.component.tsx#L11) | ||
|
||
___ | ||
|
||
### illustration | ||
|
||
• **illustration**: `ReactElement`<`any`, `string` \| `JSXElementConstructor`<`any`\>\> | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/page-header/page-header.component.tsx:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/page-header/page-header.component.tsx#L10) | ||
|
||
___ | ||
|
||
### title | ||
|
||
• **title**: `string` \| `Element` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/page-header/page-header.component.tsx:9](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/page-header/page-header.component.tsx#L9) |
30 changes: 30 additions & 0 deletions
30
packages/framework/esm-framework/docs/interfaces/PageHeaderWrapperProps.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[@openmrs/esm-framework](../API.md) / PageHeaderWrapperProps | ||
|
||
# Interface: PageHeaderWrapperProps | ||
|
||
## Table of contents | ||
|
||
### UI Properties | ||
|
||
- [children](PageHeaderWrapperProps.md#children) | ||
- [className](PageHeaderWrapperProps.md#classname) | ||
|
||
## UI Properties | ||
|
||
### children | ||
|
||
• **children**: `ReactNode` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/page-header/page-header.component.tsx:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/page-header/page-header.component.tsx#L15) | ||
|
||
___ | ||
|
||
### className | ||
|
||
• `Optional` **className**: `string` | ||
|
||
#### Defined in | ||
|
||
[packages/framework/esm-styleguide/src/page-header/page-header.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/page-header/page-header.component.tsx#L16) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export * from './page-header.component'; |
Oops, something went wrong.