lightsound / react-greeting

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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".

License:MIT License


Languages

Language:JavaScript 86.5%Language:TypeScript 13.5%