@@ -23,7 +23,7 @@ import { IgxIconComponent } from 'igniteui-angular/icon';
2323``` html
2424<!-- Text buttons -->
2525<button igxButton =" flat" >Flat</button >
26- <button igxButton =" raised " >Raised </button >
26+ <button igxButton =" contained " >Contained </button >
2727<button igxButton =" outlined" >Outlined</button >
2828<button igxButton =" fab" >
2929 <igx-icon >add</igx-icon >
@@ -35,10 +35,10 @@ import { IgxIconComponent } from 'igniteui-angular/icon';
3535<button igxIconButton =" contained" ><igx-icon >save</igx-icon ></button >
3636
3737<!-- Disabled state -->
38- <button igxButton =" raised " [disabled] =" isLoading()" >Submit</button >
38+ <button igxButton =" contained " [disabled] =" isLoading()" >Submit</button >
3939```
4040
41- Button variants for ` igxButton ` : ` 'flat' ` , ` 'raised ' ` , ` 'outlined' ` , ` 'fab' ` .
41+ Button variants for ` igxButton ` : ` 'flat' ` , ` 'contained ' ` , ` 'outlined' ` , ` 'fab' ` .
4242Button variants for ` igxIconButton ` : ` 'flat' ` , ` 'outlined' ` , ` 'contained' ` .
4343
4444## Button Group
@@ -166,14 +166,14 @@ import { IgxRippleDirective } from 'igniteui-angular/directives';
166166
167167``` html
168168<!-- Add to any clickable element for Material-style ink ripple -->
169- <button igxButton =" raised " igxRipple >Click me</button >
169+ <button igxButton =" contained " igxRipple >Click me</button >
170170<div igxRipple igxRippleTarget =" .my-class" class =" custom-surface" >Interactive div</div >
171171```
172172
173173Inputs: ` [igxRipple] ` (ripple color), ` [igxRippleCentered] ` (always start from center), ` [igxRippleDisabled] ` .
174174
175175``` html
176- <button igxButton =" raised " igxRipple =" #ff4081" [igxRippleCentered] =" true" >Pink ripple</button >
176+ <button igxButton =" contained " igxRipple =" #ff4081" [igxRippleCentered] =" true" >Pink ripple</button >
177177```
178178
179179## Tooltip
0 commit comments