STYLES

Events

Dispatch one portable Dowe action from Button, IconButton, Avatar, Fab, Empty, Box, Card, or Chip.

Clickable chips

The event updates shared view state and dispatches through the native event system on every generated target.

dowe
signal selected value:""
fn selectMobile
  set selected value:"mobile"
Chip onClick:selectMobile gesture:"press" transition:"quick"
  "Mobile Apps"
Mobile AppsWeb SitesSoftware

Whole-surface actions

Clickable Box

Clickable Card

API

Accepted values and compatible components

onClick accepts a visible local fn reference or a supported inline set action. It has no action by default and is not responsive.

Component
Action surface

No data

There are no records to display

dowe
signal selected value:""
Chip onClick:{ set:selected value:"mobile" } gesture:"press"
  "Mobile Apps"
onClick is not a shared style prop. Other components reject whole-surface onClick. Entries such as fabAction, Dropdown item, Command item, Map marker, and navigation items have their own separately documented action contracts.

Keep one clear action owner

Use semantic href or to navigation props when the result is navigation. Avoid nesting interactive children inside a whole-surface action. gesture is optional visual feedback and never dispatches the action by itself.