Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
rc-css-transition-group
Advanced tools
standalone and enhanced CSSTransitionGroup for React.addons.CSSTransitionGroup
var CSSTransitionGroup = require('rc-css-transition-group');
var React = require('react');
React.render(<CSSTransitionGroup><p>1</p><p>2</p></CSSTransitionGroup>, container);
name | type | default | description |
---|---|---|---|
component | React.Element/String | 'span' | wrap dom node or component for children |
showProp | String | using prop for show and hide. [demo](http://react-component.github.io/css-transition-group/build/examples/hide-todo.html) | |
exclusive | Boolean | whether allow only one set of animations(enter and leave) at the same time. | |
transitionName | String | transitionName, need to specify corresponding css | |
transitionEnter | Boolean | true | whether support transition enter anim |
transitionLeave | Boolean | true | whether support transition leave anim |
http://facebook.github.io/react/docs/animation.html
npm install
npm start
http://localhost:8010/examples/index.md
online example: http://react-component.github.io/css-transition-group/build/examples/
http://localhost:8010/tests/runner.html?coverage
rc-css-transition-group is released under the MIT license.
FAQs
css-transition-group ui component for react
The npm package rc-css-transition-group receives a total of 187 weekly downloads. As such, rc-css-transition-group popularity was classified as not popular.
We found that rc-css-transition-group demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.