Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-salute

fedoryakubovich21MIT0.0.9

Table of Contents

react, salute, react-salute, hello, world, prop-types

readme

React Salute · GitHub license npm version Build Status Coverage Status

Table of Contents

Installation

npm install react-salute

Usage

import React from 'react';
import ReactSalute from 'react-salute';

const ReactSaluteExamples = () => {
  return (
    <section>
      <ReactSalute />
      <ReactSalute name="Foo" />
    </section>
  );
};

export default ReactSaluteExamples;

Documentation

Name Description Type Default
name Name of the one who is saluted String 'React'

Examples

You can see live examples of the react-salute package here.