0.3.8 • Published 5 years ago

fun-react-component-lib v0.3.8

Weekly downloads
50
License
-
Repository
github
Last release
5 years ago

React Components

A short but fun component library for React.js. The goal of this project is to provide you guys with quality components that can be used to build interesting and engaging apps.

Documentation app will be intoduced later on.

Installation

npm i fun-react-component-lib

Example Usage

import React from 'react';
import Feedback from 'fun-react-component-lib/lib/Feedback/feedback'

const App = () => {
  return (
    <React.Fragment>
      <Feedback message="Oops, something went wrong :/" />
    </React.Fragment>
  );
}

export default App;
0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago