### 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>--> |