Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 413 Bytes

File metadata and controls

24 lines (20 loc) · 413 Bytes

Development

Template

$ cd template
$ streamlit run my_component/__init__.py
$ cd template/my_component/frontend
$ pnpm start

Component library

$ cd streamlit-component-lib-react-hooks
$ pnpm build

Publish

$ pnpm new-version

Then push the commit to the GitHub repository and create a new release. The CI/CD process will release the package to NPM.