@neuledge/brand
v1.0.0-alpha.3
Published
## Initial Setup
Downloads
3
Readme
Neuledge Brand
Initial Setup
- Install the package:
yarn add @neuledge/brand
- Use brand assets on your project:
import { NeuledgeLogo } from '@neuledge/brand';
const App = () => {
return (
<div>
<NeuledgeLogo style={{ height: '2rem' }} />
</div>
);
};