SONAX Application UI

Banner

Demos

Default

import { Banner } from 'sxa-ui'

function Demo() {
  return (
    <Banner />
  )
}

export default Demo