ui-harness v3.16.0 Release Notes

Release Date: 2016-07-15 // almost 8 years ago
  • ➕ Added

    • 💅 The ability to add external CSS style's for a hosted component:

      this
        .style({
          color: 'white',
          '.MyComponent': {
            padding: 20,
            background: 'red',
          }
        })
        .component( <MyComponent /> );