1.0.3 • Published 10 months ago
@lifo123/lifo-library v1.0.3
lifo-library
This is a library of components for the Lifo project.
Installation
npm install @lifo/lifo-library
Usage
import React from 'react';
import { Social } from '@lifo/lifo-library';
const App = () => {
return (
<div>
<Social type="github" />
</div>
);
1.0.3
10 months ago