diff --git a/step2-02/README.md b/step2-02/README.md index fbd87c5..44dff64 100644 --- a/step2-02/README.md +++ b/step2-02/README.md @@ -107,19 +107,19 @@ Stack abstracts these CSS styles and provides typings to make them more discover Check out a cookbook of sorts in our [documentation](https://developer.microsoft.com/en-us/fabric#/components/stack). -# Exercise +# Exercise 1: Getting familiar with the Fabric documentation site: -1. Open the [documentation for DefaultButton](https://developer.microsoft.com/en-us/fabric/#/components/button) -2. Open each TSX file inside `exercise/src/components` -3. Replace some of the built-in HTML tags with these Fabric components: +Open the [documentation for DefaultButton](https://developer.microsoft.com/en-us/fabric/#/components/button) -- Stack -- DefaultButton -- Checkbox -- TextField -- Pivot (for the filter) +# Exercise 2: "Fabric"ize the TodoFooter.tsx -> Hint: think about how you can use Stacks to make the layout look nicer. +1. Open TSX file inside `exercise/src/components/TodoFooter.tsx` +2. Follow the top TODO comment to import Stack, Text and DefaultButton components from Fabric +3. Follow the TODO comment to: + +- replace `