name | route |
---|---|
Components |
/ |
import Input from './src/Components/UI/Input.js' import {Playground} from 'docz'
Here you will know how the components of this app works and how they're build
We will start showing you the UI components used all around the application they give the visual identity for the app
The loader component shows an animation the app is waiting for a response from the API or any other process that can take a long time
Props | |||
---|---|---|---|
Prop Name | Prop type | Prop Function | Is optinal |
isDark | boolean | Prop used to switch the color theme | No |
The Input component is used as a the searchbar the text on it is sent to the api to filter the countries showed <Input isDark changed={() => {}}/>