I am currently in the process of developing a react app using styled-components and I am looking to design a component that mimics the functionality of the col col-x
classes from bootstrap. Additionally, I also want to create another component for the row
class.
However, I have encountered an issue as I am unable to locate the styles for these classes. Despite my efforts to search for every instance of .col
within the repository, I have been unsuccessful in finding the necessary styles.
Can anyone advise me on how to construct a component utilizing styled-components that replicates the functionality of bootstrap's col col-x
and row
without having to import the entire bootstrap library?