add note that code is incomplete by design

This commit is contained in:
Ryan Haskell-Glatz 2020-07-15 10:49:28 -05:00 committed by GitHub
parent 604805f144
commit 61d8479583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)