@janbures/hello-world-label
v1.0.1
Published
Minimal React label component that renders Hello world in red.
Readme
@janbures/hello-world-label
Minimal React library that renders a red Hello world label.
Local development
npm install
npm run devBuild package
npm run buildDry-run package contents
npm run pack:checkPublish
npm login
npm publish --access publicUsage
import HelloWorldLabel from '@janbures/hello-world-label'
export function App() {
return <HelloWorldLabel />
}