# Zero State
Zero State component outputs image, title, content and actions(only buttons).
# Simple example
Create a zero state by passing in some text.
# Titles
You can pass in a title via the title
prop.
# Media
You can add media to your zero state with the img slot or prop.
# Variant
Use variant
prop to change the style.
# Actions
ZeroState has an actions
slot which only accept CiButton
components. The zero state will automatically stack them vertically and space them out.
← Workflow