Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 12, 2020
1 parent 38ad0c1 commit b6b6120
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AppInlineHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class AppInlineHeader extends Component {
static defaultProps = {
changelogText: '',
showChangelog: true,
showInputStyle: true
showInputStyle: false
}

static propTypes = {
Expand Down
2 changes: 1 addition & 1 deletion src/showcase/floatlabel/FloatLabelDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class FloatLabelDemo extends Component {
return (
<div>
<div className="content-section introduction">
<AppInlineHeader changelogText="floatLabel">
<AppInlineHeader changelogText="floatLabel" showInputStyle>
<h1>Float Label</h1>
<p>A floating label is implemented by wrapping the input and the label inside a container having .p-float-label style class.</p>
</AppInlineHeader>
Expand Down
2 changes: 1 addition & 1 deletion src/showcase/progressspinner/ProgressSpinnerDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class ProgressSpinnerDemo extends Component {
<div className="content-section implementation">
<div className="card">
<h5>Basic</h5>
<ProgressSpinner/>
<ProgressSpinner />

<h5>Custom</h5>
<ProgressSpinner style={{width: '50px', height: '50px'}} strokeWidth="8" fill="#EEEEEE" animationDuration=".5s"/>
Expand Down

0 comments on commit b6b6120

Please sign in to comment.