You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to properly style Webex Components, we need to import all the fonts, icons, images and core _CSS_ manually.
77
-
You will need to add [Momentum UI](https://momentum.design) styles in addition to the components' styles.
78
-
[Momentum UI](https://momentum.design) is Webex design system.
79
-
80
-
#### Momentum UI Styles
81
-
82
-
Momentum UI should be installed in your application as a peer dependency of the Webex Components. If you followed the command in the [install section](#install) it should already be your dependencies. There are two ways to include Momentum UI in your application:
83
-
84
-
##### CSS
85
-
86
-
1. Copy `@momentum-ui/core/fonts` directory to the fonts or assets directory of your app.
87
-
If you don't have a directory, create a public directory from which the fonts to be served
88
-
2. Copy `@momentum-ui/core/css/momentum-ui.min.css` to the styles or assets directory of your app
89
-
3. In the `<head>` of your HTML, reference the location of your `momentum-ui.min.css`
0 commit comments