Skip to content

Commit

Permalink
Merge pull request #313 from jwthomson/recipe-ui-feliz
Browse files Browse the repository at this point in the history
Move "add feliz" recipe from v4 to current
  • Loading branch information
mattgallagher92 authored Dec 15, 2023
2 parents 40f0780 + 48d283b commit f57bb80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[Feliz](https://github.com/Zaid-Ajaj/Feliz) is a wrapper for the base [React](https://reactjs.org/) DSL library that emphasises consistency, lightweight formatting, discoverable attributes and full type-safety. The default SAFE Template already uses Feliz.

### Using Feliz
1. [Add Feliz to your project](./../package-management/add-nuget-package-to-client.md)
1. [Add Feliz to your project](./../../v4-recipes//package-management/add-nuget-package-to-client.md)
1. Start using Feliz in your code.

```fsharp
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ nav:
- Package my SAFE app for deployment: "recipes/build/bundle-app.md"
- UI:
- Add daisyUI support: "recipes/ui/add-daisyui.md"
- Add Feliz support: "recipes/ui/add-feliz.md"
- Add FontAwesome support: "recipes/ui/add-fontawesome.md"
- Storage:
- Quickly add a database: "recipes/storage/use-litedb.md"
Expand Down Expand Up @@ -139,7 +140,6 @@ nav:
- Remove Bulma: "v4-recipes/ui/remove-bulma.md"
- Add Tailwind support: "v4-recipes/ui/add-tailwind.md"
- Add daisyUI support: "v4-recipes/ui/add-daisyui.md"
- Add Feliz support: "v4-recipes/ui/add-feliz.md"
- Migrate from a CDN stylesheet to an NPM package: "v4-recipes/ui/cdn-to-npm.md"
- Add routing with state shared between pages: "v4-recipes/ui/add-routing.md"
- Add routing with separate models per page: "v4-recipes/ui/add-routing-with-separate-models.md"
Expand Down

0 comments on commit f57bb80

Please sign in to comment.