mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 03:12:01 +03:00
add note that code is incomplete by design
This commit is contained in:
parent
604805f144
commit
61d8479583
@ -82,6 +82,8 @@ Modules should be [built around data structures](https://www.youtube.com/watch?v
|
||||
|
||||
### Making a Carousel Component
|
||||
|
||||
Let's outline the high-level API for the component, we'll provide the complete implementation later!
|
||||
|
||||
```elm
|
||||
module Components.Carousel exposing
|
||||
( Carousel
|
||||
@ -189,4 +191,4 @@ Just like before, we pass our `msg` types into the component, rather than give t
|
||||
|
||||
---
|
||||
|
||||
Next, let's talk about [using APIs](/guide/using-apis)
|
||||
Next, let's talk about [using APIs](/guide/using-apis)
|
||||
|
Loading…
Reference in New Issue
Block a user