Skip to content

michaeldowseza/hello-ui

Repository files navigation

Hello UI

Simple Hello World package to try out creating a React component library 👋🏻

  • React
  • Typescript
  • Storybook
  • ESLint
  • yarn
  • rollup

Getting Started

How To Install

npm

npm install @michaeldowseza/hello-ui

yarn

yarn add @michaeldowseza/hello-ui

How To Use

import { HelloWorld } from '@michaeldowseza/hello-ui'

const App = () => {
  return (
    <div>
      <HelloWorld />
    </div>
  )
}

Contributing

Not really sure why you would want to but sure, open a pull request 🍻

About

Hello UI component library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published