Convert DashboardLayout, Layout to styled-components
See original GitHub issueTask 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:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Creatinas go ahead
This should be closed. Completed by @Creatinas with 734e800