Simple Hello World package to try out creating a React component library 👋🏻
- React
- Typescript
- Storybook
- ESLint
- yarn
- rollup
npm install @michaeldowseza/hello-ui
yarn add @michaeldowseza/hello-ui
import { HelloWorld } from '@michaeldowseza/hello-ui'
const App = () => {
return (
<div>
<HelloWorld />
</div>
)
}
Not really sure why you would want to but sure, open a pull request 🍻