1.0.2 • Published 1 year ago

h1demo v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago