# Slots
NioFileChooser provides the following slots for customizing the component:
# success-actions
Slot for showing a custom template when state = 'success'.
# error-actions
Slot for showing a custom template when state = 'error'.
# instructions
Slot for displaying more complex instructions (for instance, instructions with links or images). The default instructions prop can only display text and will not be rendered if this slot is used.