@zapbrah/react-carousel
v1.0.0
Published
Clone this project using `git clone ...` and use it as a template for publish React Typescript projects on NPM.
Downloads
2
Readme
NPM-TypeScript-React-Template
What is this project?
Clone this project using git clone ...
and use it as a template for publish React Typescript projects on NPM.
What do I need to change?
Go into package.json
and change the name, author, and version (if desired).
Where are the components exported from?
Import all of the component(s) you have created into /src/index.ts and export them from that file as well, those will be the compiled TypeScript React components for your published library!