Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 491 Bytes

component-installation.md

File metadata and controls

31 lines (22 loc) · 491 Bytes

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"