blob: 1d24c05a3f1b02092086b920b64e11e5c53542df [file] [log] [blame] [view]
### Installation with CocoaPods
Add the following to your `Podfile`:
```bash
pod 'MaterialComponents/<#ComponentName#>'
```
<!--{: .code-renderer.code-renderer--install }-->
Then, run the following command:
```bash
pod install
```
### Importing
To import the component:
<!--<div class="material-code-render" markdown="1">-->
#### Swift
```swift
import MaterialComponents.Material<#ComponentName#>
```
#### Objective-C
```objc
#import "Material<#ComponentName#>.h"
```
<!--</div>-->