daniel-norris / neu_ui

Prototype and build projects faster using Neu UI - an open source React component library designed to neumorphic style. Built using React, Styled Components, Jest and Storybook.
https://ui-neu.netlify.app/
MIT License
24 stars 31 forks source link

Create list group component #26

Closed daniel-norris closed 3 years ago

daniel-norris commented 3 years ago

Is your feature request related to a problem? Please describe. A user should be able to import and easily create and use list components in their project.

Describe the solution you'd like The user should be able to import list components from the package. The list component should enable the user to display ul and li items quickly and easily in their project, with a number of variants to choose from. The component's design should still try to keep in style with the rest of the library and neumorphic design (more info here) A common way to implement these types of components includes:

image

Describe alternatives you've considered Alternative implementations seen used by a lot of other popular React component libraries include:

image

image

image

sprakash57 commented 3 years ago

Shall I pick this up?

daniel-norris commented 3 years ago

Hey @sprakash57, that would be great! You're assigned.

sprakash57 commented 3 years ago

@daniel-norris I have raised PR https://github.com/daniel-norris/neu_ui/pull/88.