Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created new branch for collapse component #146

Merged
merged 10 commits into from
Jan 31, 2020

Conversation

HemalPatelBC
Copy link
Contributor

Description

Motivation and Context

Collapse Component

Type of Change (Select One and Apply Github Label)

  • Bug fix (non-breaking change which fixes an issue) -> Apply bugfix label
  • New feature (non-breaking change which adds functionality) -> Apply enhancement label
  • Breaking change (fix or feature that would cause existing functionality to change) -> Apply breaking label

Screenshots (if appropriate):

Which browsers have you tested?

  • [ x] Internet Explorer 11
  • [ x] Edge
  • [ x] Chrome
  • [ x] Firefox
  • Safari

Checklist:

<p
id="collapseID"
[sdsCollapse]="isCollapsedContent"
class="usa-accordion__content bg-base-lighter margin-top-1">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not use usa-accordion__content class in the example. It's not incorrect but it may confuse the implementing developer that this is being used for collapse.

}


ngOnInit() {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed anymore?

import { CollapseDirective } from './collapse.directive';

@NgModule({
declarations: [SdsCollapseComponent, CollapseDirective],
declarations: [ CollapseDirective],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra space

@davereed davereed merged commit 64d912b into GSA:master Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants