React Image Component
Image
Limited-time offer for the first 100 customers in 2025. Use code 2025SKY25 at checkout.
React image component with responsive behavior (so it's never become larger than their parent element) and special styles.
Other Frameworks
CoreUI components are available as native Angular, Bootstrap (Vanilla JS), and Vue components. To learn more please visit the following pages.
Responsive images#
Images in CoreUI for React.js are made responsive with fluid
property. This applies max-width: 100%;
and height: auto;
to the image so that it scales with the parent element.
Image thumbnails#
In addition to our border-radius utilities, you can use propthumbnail
to give an image a rounded 1px border appearance.
Aligning images#
Align images with the align
property.
API#
Check out the documentation below for a comprehensive guide to all the props you can use with the components mentioned here.