Fable.Form.Antidote
2.0.3
See the version list below for details.
dotnet add package Fable.Form.Antidote --version 2.0.3
NuGet\Install-Package Fable.Form.Antidote -Version 2.0.3
<PackageReference Include="Fable.Form.Antidote" Version="2.0.3" />
paket add Fable.Form.Antidote --version 2.0.3
#r "nuget: Fable.Form.Antidote, 2.0.3"
// Install Fable.Form.Antidote as a Cake Addin #addin nuget:?package=Fable.Form.Antidote&version=2.0.3 // Install Fable.Form.Antidote as a Cake Tool #tool nuget:?package=Fable.Form.Antidote&version=2.0.3
Fable.Form.Antidote
Github Repo link
Overview
Extension for new (opinionated) Fable.Forms fields outside of the base HTML form fields. These fields were created for Antidote.FormStudio, but can be used to extend Fable.Forms in a stand-alone fashion. Also note, that this repo adds the "form field functionality" and you can create the appropriate views yourself (conforming to the Fable.Forms philosophy). If you want a read-made solution, there is a separate repo that adds the Feliz.Bulma "implementation views".
Installation
## using nuget
dotnet add package Fable.Form.Antidote
or with paket
paket add Fable.Form.Antidote --project /path/to/project.fsproj
To publish
For maintainers only
cd Fable.Form.Antidote
dotnet pack -c Release
dotnet nuget push .\bin\Release\Fable.Form.Antidote.X.X.X.snupkg -s nuget.org -k <nuget_key>
dotnet nuget push .\bin\Release\Fable.Form.Antidote.X.X.X.nupkg -s nuget.org -k <nuget_key>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Fable.Core (>= 4.2.0)
- Fable.Elmish (>= 4.1.0)
- Fable.Form (>= 2.0.0)
- Feliz (>= 2.7.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Fable.Form.Antidote:
Package | Downloads |
---|---|
Fable.Form.Antidote.View
Package Description |
|
Antidote.FormStudio
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.