react-pimp-my-list
v0.2.2
Published
## Introduction
Readme
React Animated List
Introduction
Highlights the changes in a list
Installation
> npm install react-animated-listUsage
To be defined...
Roadmap
- [x] Create basic react component
- [x] Publish the package
- [ ] Create AnimatedList component
- [ ] Add typescript
- [ ] Add tests
- [ ] Allow to customise animation
- [ ] Allow to remove elements from the list
How this library was built
- Started with tutorial: https://hinammehra.medium.com/build-a-private-react-component-library-cra-rollup-material-ui-github-package-registry-1e14da93e790
- Publish the package: https://docs.npmjs.com/creating-and-publishing-scoped-public-packages
- Allows to extract CSS files: https://www.npmjs.com/package/rollup-plugin-postcss
How to publish
> npm update && npm run build
> npm publish --access public