https://github.com/oxide-byte/leptos_almanac
Leptos samples and code snipplets
https://github.com/oxide-byte/leptos_almanac
leptos rust
Last synced: 2 months ago
JSON representation
Leptos samples and code snipplets
- Host: GitHub
- URL: https://github.com/oxide-byte/leptos_almanac
- Owner: oxide-byte
- License: mit
- Created: 2024-12-01T15:38:38.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-02-14T11:36:26.000Z (3 months ago)
- Last Synced: 2025-02-14T12:35:26.465Z (3 months ago)
- Topics: leptos, rust
- Language: Rust
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Leptos Almanac
## About
This is a small Repos, taking some collection of small samples
to get step by step into Leptos.| Sample | Content |
|------------|-----------------------------------------------------------|
| lesson-001 | Simple Hello World sample |
| lesson-002 | Simple sample to test a component |
| lesson-003 | Simple sample adding Tailwind |
| lesson-004 | Simple sample to compose Components |
| lesson-005 | Communication between components 2 ways Signal / Callback |
| lesson-006 | Simple sample of a Modal Window |
| lesson-007 | Simple Input Field with evaluation |
| lesson-008 | Simple Input Field without evaluation |
| lesson-009 | For Loops, programmatic .map / \ on Signal |
| lesson-010 | Simple example of Leaflet implementation |