DEV Community

Discussion on: Drag and Drop Tables with React-Beautiful-DND (Part I)

Collapse
 
pnave95 profile image
Patrick Nave

Nice post! Do you have full code somewhere? I looked at your github link, but I don't see any styling for the table component.

Collapse
 
milandhar profile image
milandhar

Hi Patrick, thanks for reading. Here's the link to my full Github repo for the project: github.com/milandhar/mod5-project-...

The style sheet is in /src/App.css. However, for the table, I imported a Semantic UI React Table (react.semantic-ui.com/collections/...). In the 2nd line of the StarredProjectsList.js file, I have import { Button, Icon, Table, Flag, Ref } from 'semantic-ui-react'.

Let me know if that helps!