Skip to content

Image

A native, styled image element.
example
---
import { Image } from 'fulldev-ui'
---
<Image src="/example.jpg" />

Props

Prop Type Default
src string -
alt string unslugged filename excl. extension
radius none | auto | full none
width number -
height number -
position background | cover | inset -
text string -
html string -
HTML Attributes HTMLAttributes<img> -