import PropTypes from 'prop-types' import React from 'react' import ComponentsImg from 'src/assets/images/components.webp' const DocsComponents = (props) => (
CoreUI PRO hexagon
Our Admin Panel isn’t just a mix of third-party components. It’s{' '} the only open-source React dashboard built on a professional, enterprise-grade UI Components Library . This component is part of this library, and we present only the basic usage of it here. To explore extended examples, detailed API documentation, and customization options, refer to our docs.
Explore Documentation
) DocsComponents.propTypes = { href: PropTypes.string, } export default DocsComponents