question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Convert DashboardLayout, Layout to styled-components

See original GitHub issue

Task Description

Convert DashboardLayout, Layout component from scss to styled-components.

To Note

Styled-component migration guidelines:

  • Styled-components should be a separate file called Styles.ts
  • When importing styled-components to component file, should use `import * as S from ‘./Styles’.
  • Use semantic naming for styled-components
  • Try to maintain alphabetical order for css properties
  • Avoid creating styled-components for HTML elements that do not require styling
  • Can refer to src/components/Avatar/Styles.ts for examples
  • Please ensure that the existing UI is not affected, then only seek for reviews

Please only work on the issues that you are assigned to, PRs will be ignored if you are not assigned to the task. If the assigned issues have not been worked on for more than 3 days, we will remove the assignment.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jamessspangggcommented, Nov 12, 2021

@Creatinas go ahead

0reactions
wakawakathedevcommented, Jan 6, 2022

This should be closed. Completed by @Creatinas with 734e800

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Admin Dashboard with Styled Components - YouTube
React Admin Panel Tutorial | React Admin Dashboard Template Design · Netflix App Design with ReactJS and Styled components · Let's build a ......
Read more >
Next.js Dashboard layout with TypeScript and Styled ...
Next.js Dashboard layout with TypeScript and Styled components · 1. Initialize Next.js project · 2. General layout · 3. Drawer toggle · 4....
Read more >
React Admin Dashboard with Styled Components
In this post, we are going to create an awesome looking ReactJS Admin dashboard, which you can use in any project. Now, we...
Read more >
How to convert less to styled components - Code Mochi
Step 1: Set a Global Style for all global stylesheets. · Step 2: Move all of your variables into a theme style. ·...
Read more >
Ecosystem - styled-components
Grid Systems · bedrock-layout-primitives. Foundational Layout Primitives for your React App · Atomic Layout. Layout composition as a physical React component.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found