Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kjda/reactjs-topcoat
Browse files Browse the repository at this point in the history
  • Loading branch information
kjda committed Aug 6, 2014
2 parents ecd9d46 + 936791e commit ae96182
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@ Button

default
```
<UI.Button>Default button</Ui.Button>
<UI.Button>Default button</UI.Button>
```

full-width
```
<UI.Button full>Default button</Ui.Button>
<UI.Button full>Default button</UI.Button>
```

call to action
```
<UI.Button cta>Call to action button</Ui.Button>
<UI.Button cta>Call to action button</UI.Button>
```

Quit
```
<UI.Button quiet>Quiet button</Ui.Button>
<UI.Button quiet>Quiet button</UI.Button>
```

Large
```
<UI.Button large>Large button</Ui.Button>
<UI.Button large>Large button</UI.Button>
```

Icon Button
Expand All @@ -50,14 +50,14 @@ Icon Button
<UI.IconButton>
<UI.Icon name="home" />
Default button
</Ui.IconButton>
</UI.IconButton>
```

```
<UI.IconButton quiet large full>
<UI.Icon name="home" />
Default button
</Ui.IconButton>
</UI.IconButton>
```

Link Button
Expand All @@ -74,16 +74,16 @@ Button Bar
<UI.ButtonBar>
<UI.ButtonBarItem>Button 1</UI.ButtonBarItem>
<UI.ButtonBarItem>Button 2</UI.ButtonBarItem>
</Ui.ButtonBar>
</UI.ButtonBar>
```

Large & Full-width Button Bar

```
<UI.ButtonBar full large>
<UI.ButtonBarItem full>Button 1</UI.ButtonBarItem>
<UI.ButtonBarItem full large>Button 1</UI.ButtonBarItem>
<UI.ButtonBarItem full large>Button 2</UI.ButtonBarItem>
</Ui.ButtonBar>
</UI.ButtonBar>
```

List
Expand Down

0 comments on commit ae96182

Please sign in to comment.