CSS Installation
Follow these steps to install Pearson's CSS. Start by choosing how you want to load the library into your application.
#
CDNThe quickest way to get up and running with CSS is to load the small 12k file from our CDN.
#
NPMIf you want to customize your css build using SCSS you can install the package from NPM
#
DependanciesNext, grab this dependency. CSS uses tippy.js for tooltip positioning. Include this script in the <head>
of your document:
For more information on Tippy.js view the documentation
#
IconsIf you are not using web components you will need to load this script directly before the </body>
tag.