Convert Note, Pagination and Popover to styled-components
See original GitHub issueTask 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:
- Created 2 years ago
- Comments:13 (11 by maintainers)
Top 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 >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, no problem.
Can i take this one? (It would be my second first-timers-only)