-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
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. |
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 I was able to temp install the missing dep with |
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;
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

Tab menu

Buttons

Accordian

The text was updated successfully, but these errors were encountered: