1.0.2 • Published 3 years ago

h1demo v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Simple React Component

This is a simple demo button component that takes in one prop (title)

installation

npm i h1demo

Example

import { FancyButton } from "h1demo";

export default function Home() {
  return (
      <FancyButton title="hello world" />
      );
}
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago