Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Individual components #32

Open
zevnda opened this issue Sep 9, 2024 · 2 comments
Open

Feature request: Individual components #32

zevnda opened this issue Sep 9, 2024 · 2 comments

Comments

@zevnda
Copy link
Contributor

zevnda commented Sep 9, 2024

Is your feature request related to a problem? Please describe.

N/A

Describe the solution you'd like

Firsty, what an amazing library, well done!

I know a lot of libraries already exist for singular components (buttons, inputs, selects, etc..), but I've just stumbled upon AuraUI and it has some of the nicest styled components I've seen in a library, and the animations feels clean and subtle, but enough to create engagement on the page. I'd honestly like to use some of the components in my own projects, but I'm not always looking for fully pre-built sections.

Of course it is easy enough to strip out the specific components from one of the larger components you already offer. But a full catalogue of individual components would be nice too. Being able to just slap a button or checkbox somewhere on the page, outside of one of the components you already offer, without stripping it out of one of them would be the goal here.

Some notable mentions would be;

  • Checkbox
  • Button
  • Input/Textarea
  • Slider
  • Tooltip
  • Tab menu
  • Social group buttons
  • Accordian
    To name a few

Describe alternatives you've considered

As I mentioned, libraries like this do already exist, for example, shadcn offer components built from a group of smaller components, but with the elegance of AuraUI, but the key point is they also offer those smaller components

Additional context

Social group buttons
image

Tab menu
image

Buttons
image

Accordian
image

@zevnda zevnda changed the title Individual component Individual components Sep 9, 2024
@zevnda zevnda changed the title Individual components Feature request: Individual components Sep 9, 2024
@Shubham0850
Copy link
Owner

Thanks @probablyraging for creating this issue and adding brief about it. I totally understand what you're looking for. I'll try to implement those in the upcoming sprints.

Please let us know if you're interested in working on this issue. BTW, thanks again for your complements.

@zevnda
Copy link
Contributor Author

zevnda commented Sep 10, 2024

I could definitely work on this when I have some free time over the weekend.

Just taking a quick look at the project structure, it looks like all the components are grouped by tags, and compiled in Data.ts. Is this a generated file or are you manually adding each component?

For the preview images for components, are you happy if I leave those for your team to do? And is there anything else I need to know before jumping in?

On another note, I was having an issue when initially running the dev build with npm run dev. I installed dependencies, tried a clean install as well, but still got the following error Error: Cannot find module '@napi-rs/simple-git-win32-x64-msvc, which appears to be a missing dep for nextra?

I was able to temp install the missing dep with npm install --no-save @napi-rs/simple-git and get the dev server running, but just wanted to let you know incase something needs changing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants