Examples
Big Bank plc
Components

Internet Banking System - API Application - Components

views {
 
  view apiApp of internetBankingSystem.apiApplication {
    title "API Application - Components"
 
    include *
 
    style * {
      color muted
    }
 
    style singlePageApplication, mobileApp {
      color secondary
    }
 
    style apiApplication, apiApplication.* {
      color primary
    }
  }
 
}
rendering...