Posts tagged “card”
2 posts found
Build a Powerful Reusable Box Component in React
February 27, 2022
Box components are the basic foundation to composing more complex components together, allowing endless possibilities to create modern user interfaces. In this post we will be building a powerful reusable box component in react with just a few simple implementations inside the function.
javascriptreactbox+2

Build a Reusable Responsive Card component with styled-components
March 2, 2019
Card components are often used because they keep layouts looking neat, clean and elegant. In this post i'll be guiding you to create a card component using the styled-components library.
reactjavascriptstyled-components+2