1.0.3 • Published 10 months ago

@lifo123/lifo-library v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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