Skip to content

This is a component that returns a random greeting in a random language. Nothing more, nothing less.

Notifications You must be signed in to change notification settings

Pukimaa/hello-astro

Folders and files

NameName
Last commit message
Last commit date
Apr 11, 2022
Apr 10, 2022
Apr 22, 2022
Apr 22, 2022
Apr 10, 2022
Apr 10, 2022
Apr 10, 2022
Apr 22, 2022
Apr 12, 2022
Apr 22, 2022
Apr 10, 2022
Apr 10, 2022
Apr 11, 2022

Repository files navigation

👋 hello-astro

Take a look at the demo

This is a component that returns a random greeting in a random language...nothing more.

✨ Usage

---
import { HelloAstro } from "hello-astro";
---
<h3>This is a random greeting:</h3>
<h1><HelloAstro /></h1>

Please note that there is no element surrounding the greeting so you need to add one yourself

❌ Something's missing or wrong?

Please create a PR and follow these rules:

  • The translation should be just "Hello"
  • It should be the informal hello
  • Just create a new Array Value in the greetings.js like the following:
    • "Hello in Language X", // Language X Name

About

This is a component that returns a random greeting in a random language. Nothing more, nothing less.

Topics

Resources

Stars

Watchers

Forks