@mest-fe/brands
v0.0.1
Published
[Mest Brands](https://brands.mest.io) Resources
Downloads
1
Keywords
Readme
@mest-fe/brands
Mest Brands Resources
Usage
Use JSDeliver CDN
Use NPM Package
yarn add @mest-fe/brands
import {
LogoCardHorizontalDark,
LogoCardHorizontalLight,
LogoHorizontalDark,
LogoHorizontalLight,
LogoVerticalDark,
LogoVerticalLight,
} from '@mest-fe/brands'
export const YourPage = () => (
<div>
<LogoCardHorizontalDark />
</div>
)