Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Add tab ui #62

Merged
merged 1 commit into from
Nov 4, 2018
Merged

Add tab ui #62

merged 1 commit into from
Nov 4, 2018

Conversation

seokju-na
Copy link
Owner

Type of PR

New Feature

Changes

Add tab ui for implements tabs. Inspired from Angular Material2 Tabs and followed codes almost all of features.

In this tab ui, we only produce tab header. You can control tabs with tab control model.
Since only the TabHeader area exists, you should implement it manually to switch views of the TabContent area. (e.g. [ngSwitch], *ngSwitchCase)

Accessibility table:

  • LEFT_ARROW : Move focus to previous tab
  • RIGHT_ARROW : Move focus to next tab
  • HOME : Select first tab
  • END : Select last tab
  • SPACE or ENTER : Switch to focused tab

Screenshots

tab-dark-theme

tab-light-theme

References

@seokju-na seokju-na added this to the v1.0.0 milestone Nov 4, 2018
@seokju-na seokju-na self-assigned this Nov 4, 2018
@seokju-na seokju-na mentioned this pull request Nov 4, 2018
12 tasks
@seokju-na seokju-na merged commit c999616 into develop Nov 4, 2018
@seokju-na seokju-na deleted the feature/add-tab-ui branch December 31, 2018 08:57
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant