I'm experimenting with Gutenburg blocks in Wordpress using the create-guten-block tool. What I wanted to know is whether there are standard styles that we can use to style our interfaces. As an example, I have created a very simple control using the TabPanel component which renders as:
Pretty ugly and if we code the component such that the orientation is vertical, there is no change to the layout.
Are we, as developers, responsible for styling these components or is there a standard set of styles we can pull in and use?