Skip to content

Nashaatfarrag/sharecss

Repository files navigation

share

NPM JavaScript Style Guide

share is a micro React JS framework with multiple reusable components ... attached with code a react project at example folder to illustrate the use of this frame work to run it simply go to

> cd /example
> npm start

example

to import and use this frame work at your project run

Install

npm install --save share

Usage

import React, { Component } from "react";

import share from "share";

class Example extends Component {
  render() {
    return <share.MyComponent />;
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors