Installation with CocoaPods
Add the following to your Podfile
:
pod 'MaterialComponents/<#ComponentName#>'
Then, run the following command:
pod install
Importing
To import the component:
Swift
import MaterialComponents.Material<#ComponentName#>
Objective-C
#import "Material<#ComponentName#>.h"