Page is the main component to display and operate content.
If you use Konsta UI with Framework7 or Ionic, you probably don't need this component and you should use Page components (or similar) from these frameworks.
There are following components included:
Page
Name | Type | Default | Description |
---|---|---|---|
colors | object | Object with Tailwind CSS colors classes | |
colors.bgIos | string | 'bg-ios-light-surface dark:bg-ios-dark-surface' | |
colors.bgMaterial | string | 'bg-md-light-surface dark:bg-md-dark-surface' | |
component | string | 'div' | Component's HTML Element |