-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Figma Design
- User Component
- User List
- ArticleCard
- Header
- Followers
- Settings
Component Details
- Create a file called
User.jsinsrc/components/globaland create the User component. Use the List.Item and List.Item.Meta object from ant design to implement it, https://codesandbox.io/s/5d8fk. - Create a file called
UserList.jsinsrc/components/globaland create the User List component. Use the List object from ant design https://codesandbox.io/s/5d8fk. - We need to create an ArticleCard component to display information for a particular Article. The component be able to adjust to the all the Figma designs. Should take Use the Card component from ant design, https://ant.design/components/card/
- Implement the Header component to display data about Users or Organizations
- Implement Followers component with the List component from Ant Design, https://ant.design/components/list/
- Implement Setting components to adjust for User, Organization, and Tag settings. I would recommend looking at some of Ant design's components to see if you can use them. If not create your own.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
frontendfrontend featurefrontend feature











