Skip to content

Commit

Permalink
docs: add description and icon link
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Jan 20, 2024
1 parent ff085f4 commit 9f0d638
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Htmxor - supercharging Blazor Static SSR with Htmx
![Htmxor logo](docs/htmxor.svg)

This packages enables Blazor static SSR to be used seamlessly with Htmx.

Blazor static SSR
comes with basic interactivity via enhanced navigation and enhanced form handling.
Adding Htmx (htmx.org) to the mix gives you access to another level of interactivity while still
retaining all the advantages of Blazor SSR stateless nature.

## Samples used for comparison:

- [BlazorSSR - pure Blazor SSR](/samples/BlazorSSR)
7 changes: 4 additions & 3 deletions src/Htmxor/Htmxor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@
<Authors>Egil Hansen</Authors>
<Title>Htmxor - supercharging Blazor Static SSR with Htmx</Title>
<Description>
This packages enables Blazor static SSR to be used seamlessly with Htmx. Blazor static SSR
comes with basic interactivity via enhanced navigation and enhanced form handling.
This packages enables Blazor static SSR to be used seamlessly with Htmx.

Blazor static SSR comes with basic interactivity via enhanced navigation and enhanced form handling.
Adding Htmx (htmx.org) to the mix gives you access to another level of interactivity while still
retaining all the advantages of Blazor SSR stateless nature.
</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>Blazor, Htmx, BlazorSSR</PackageTags>
<Copyright>Egil Hansen</Copyright>
<PackageIconUrl>https://github.com/egil/Htmxor/docs/htmxor-icon.svg</PackageIconUrl>
<PackageIconUrl>https://raw.githubusercontent.com/egil/Htmxor/main/docs/htmxor-icon.svg</PackageIconUrl>
<PackageProjectUrl>https://github.com/egil/Htmxor</PackageProjectUrl>
<RepositoryUrl>https://github.com/egil/Htmxor</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit 9f0d638

Please sign in to comment.