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 Note, Pagination and Popover to styled-components

See original GitHub issue

Task Description

Convert Note, Pagination and Popover 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:13 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
thesanjeevsharmacommented, Dec 6, 2021

@Creatinas go ahead, no problem.

1reaction
Creatinascommented, Nov 16, 2021

Can i take this one? (It would be my second first-timers-only)

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to style popover ? · Issue #1 · yesmeck/styled-antd - GitHub
This works fine for button and most component but not with popover as it doesn't allow className prop ant-design/ant-design#11364.
Read more >
Change Log - Ant Design
Fix button hover style in Space. · Fix Tabs active bar missing sometimes in windows Chrome. · Fix Divider horizontal align issue in...
Read more >
customize antd tooltip styles using styled components
The antd Tooltips docs gives you a hint for your issue. The Tooltip is added as div in the body by default, in...
Read more >
ReactJS UI Ant Design Popover Component - GeeksforGeeks
Popover Component is used as a floating card that is popped by clicking or ... import { Popover, Button } from 'antd' ;...
Read more >
Select - Ant Design
Select component to select value from options. ... Select with tags, transform input to tag (scroll the menu). expand code. import { Select...
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