0.0.8 • Published 4 years ago

@jmigueprieto/mlite-ui-components v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Mlite UI Components

This is a UI Component Library which I've started mainly rebuild my homepage and to use it in my blog.

NPM

Install

npm install --save @jmigueprieto/mlite-ui-components

Usage

import React from "react";

import "@jmigueprieto/mlite-ui-components/dist/index.css";
import { Page, Social } from "@jmigueprieto/mlite-ui-components";

const App = () => {
  return (
    <Page>
      <Comment>
        Aloha <br />
        From Hawaii! <br />
        @author It's Elvis <br />
      </Comment>
      <Social type="twitter" href="https://twitter.com/miguelprieto" />
      <Social type="github" href="https://github.com/jmigueprieto" />
    </Page>
  );
};

export default App;

Sample Components

Updates

2020-07-26

Just getting started. I'm mostly trying the setup of things

I started the project using create-react-library. It's pretty cool.

Added a few components, storybook and other stuff to it.

License

MIT © jmigueprieto

0.0.8

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago