Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skclusive/skclusive.transition.component
Transition components for Blazor
https://github.com/skclusive/skclusive.transition.component
asp-net-core blazor csharp dotnet
Last synced: 3 months ago
JSON representation
Transition components for Blazor
- Host: GitHub
- URL: https://github.com/skclusive/skclusive.transition.component
- Owner: skclusive
- License: mit
- Created: 2019-12-14T19:03:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T20:50:38.000Z (about 4 years ago)
- Last Synced: 2024-10-10T20:11:29.415Z (3 months ago)
- Topics: asp-net-core, blazor, csharp, dotnet
- Language: C#
- Homepage:
- Size: 247 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Skclusive.Transition.Component
=============================> A set of components for managing component states (including mounting and unmounting) over time, specifically designed with animation in mind.
### Installation
Add a reference to the library from [![NuGet](https://img.shields.io/nuget/v/Skclusive.Transition.Component.svg)](https://www.nuget.org/packages/Skclusive.Transition.Component/)
## Credits
This is an attempt to port [react-transition-group](https://github.com/reactjs/react-transition-group) to Blazor.
## License
Skclusive.Transition.Component is licensed under [MIT license](http://www.opensource.org/licenses/mit-license.php)
DomHelpers Services and DomHelpers Scripts addition