Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Also NGClient will output special classes for default components that can be used from solution css to easily style all components of same time. The name of the class is svy-componentName (so svy-label, svy-button, svy-calendar, svy-textfield...). Also, in NGClient we added two new classes: svy-layoutcontainer (for responsive layout containers) and svy-wrapper for wrapper div of the component (used in absolute layout).

 

Grid

The grid is based on UI-grid, there is a customizer that creates a stylesheet.

...