From 59873c107a5bb86df8c4390084f3557ae7ea94cb Mon Sep 17 00:00:00 2001 From: Colleen <32280146+ctoddy@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:56:02 -0400 Subject: [PATCH] fix(withThemeStylesDocs): doc missing Source section (#540) --- .../src/mixins/withThemeStyles/withThemeStyles.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/@lightningjs/ui-components/src/mixins/withThemeStyles/withThemeStyles.mdx b/packages/@lightningjs/ui-components/src/mixins/withThemeStyles/withThemeStyles.mdx index 68dba1c49..ad11ecea5 100644 --- a/packages/@lightningjs/ui-components/src/mixins/withThemeStyles/withThemeStyles.mdx +++ b/packages/@lightningjs/ui-components/src/mixins/withThemeStyles/withThemeStyles.mdx @@ -28,6 +28,10 @@ Use `withThemeStyles` to create composable components that can be easily themed The `withThemeStyles` mixin provides flexibility with _composability_: the concept of combining the properties of multiple components to create a new component. This is not intended to be a replacement for building a component API, but rather a tool for augmentation. +## Source + +https://github.com/rdkcentral/Lightning-UI-Components/blob/develop/packages/@lightningjs/ui-components/src/mixins/withThemeStyles/index.js + ## Usage Here is an example of applying `withThemeStyles`. Start with an un-styled `Box` component containing a defined width and height.