egghead.io
illustration for Build a Terminal Dashboard with React

Course

Build a Terminal Dashboard with React

  1. 1
    Bootstrap a `react-blessed` Terminal Application
    5m 44s
  2. 2
    Add ESLint Rules to a `react-blessed` Application
    4m 54s
  3. 3
    Change text font with `figlet` inside a `react-blessed` Application
    2m 51s
  4. 4
    Extract a `react-blessed` Component and Add the `useInterval` Hook
    4m 22s
  5. 5
    Fetch the current weather with `weather-js` and display in `react-blessed`
    8m 57s
  6. 6
    Extract a custom useRequest hook to simplify fetching data in a react-blessed Application
    7m 40s
  7. 7
    Change text color with `chalk` and `gradient-string` inside `react-blessed`
    2m 46s
  8. 8
    Position and Align Text inside a `react-blessed` <box> Element
    2m 41s
  9. 9
    Create a Full-Screen Dashboard in `react-blessed` using a Percentage Based Layout
    6m 53s
  10. 10
    Use the react-blessed-contrib Grid Component to Make a Dashboard Layout
    4m 34s

Position and Align Text inside a `react-blessed` <box> Element

Elijah Manor
InstructorElijah Manor
  • react
    React

Share this video with your friends

Send Tweet

In this lesson we focus on ways to position text inside a react-blessed <box> element. Instead of using a multiline template literal, we use <text> elements and provide props of top, right, and left to align content within its container.

Build your Developer Portfolio and climb the engineering career ladder.
  • Search
  • Talks
  • Podcasts
  • Machine
  • Pricing
  • Store
©egghead.io
Terms & Conditions