Logo
Usage
import { Logo } from 'components/lib';
function MyComponent({ ...props }) {
return (
<div>
<Logo/>
</div>
);
}
Props
Prop
Description
Required
Value
Notes
Last updated
import { Logo } from 'components/lib';
function MyComponent({ ...props }) {
return (
<div>
<Logo/>
</div>
);
}
Last updated