ads-components-testing
v0.0.8
Published
To include the CSS from `ads-components-app-trial` into your main stylesheet, add the following line to your main CSS file:
Downloads
490
Readme
ads-library
Getting Started
Include CSS in Your Main Stylesheet
To include the CSS from ads-components-app-trial
into your main stylesheet, add the following line to your main CSS file:
@import '../node_modules/ads-components-app-trial/dist/style.css';
Include in the Entry Point of Your App
To import the ads-components-app-trial
package in the entry point of your application, add the following line to your main TypeScript or JavaScript file:
import 'ads-components-app-trial';
This will ensure that all the components and styles from ads-components-app-trial
are available in your application.