Skip to content

This is a simple component only just display "Hello, foo".

License

Notifications You must be signed in to change notification settings

lightsound/react-greeting

Repository files navigation

React Greeting npm version GitHub license

This is a simple component only just display "Hello, foo".

Install

yarn add react-greeting

Sample

import React from "react";
import ReactDOM from "react-dom";
import Greeting from "react-greeting";

ReactDOM.render(
  <Greeting text="React" />,
  document.getElementById("root")
);

LICENSE

MIT

About

This is a simple component only just display "Hello, foo".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published