https://github.com/toburger/fable.reacttransitiongroup
Fable bindings for react-transition-group
https://github.com/toburger/fable.reacttransitiongroup
fable fsharp react-transition-group
Last synced: about 1 month ago
JSON representation
Fable bindings for react-transition-group
- Host: GitHub
- URL: https://github.com/toburger/fable.reacttransitiongroup
- Owner: toburger
- License: mit
- Created: 2018-11-27T19:24:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:35:35.000Z (over 3 years ago)
- Last Synced: 2025-01-26T06:08:40.774Z (over 1 year ago)
- Topics: fable, fsharp, react-transition-group
- Language: F#
- Homepage: https://toburger.github.io/Fable.ReactTransitionGroup/
- Size: 962 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fable.ReactTransitionGroup
[](https://www.nuget.org/packages/Fable.ReactTransitionGroup/)
Fable bindings for [react-transition-group](https://reactcommunity.org/react-transition-group/)
## Demo
https://toburger.github.io/Fable.ReactTransitionGroup/
## Publish a new version
Host your nuget API key inside a `NUGET_KEY` environnement variable, it will allow us to access it from CLI.
1. Update the version in the *.fsproj file
2. Run `dotnet pack ./src -c Release`
3. Run `dotnet nuget push .\src\bin\Release\Fable.ReactTransitionGroup..nupkg -s nuget.org -k `
Make sure to replace `` with the version you want to publish
`` is your Nuget API key you can access it like that:
- From cmd: `%NUGET_KEY%`
- From cmd: `$env:NUGET_KEY`
- From bash: `$NUGET_KEY`