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

Design not completely fluid and no option to add styles to components #7

Open
imixtron opened this issue Aug 18, 2022 · 6 comments
Open
Labels
good first issue Good for newcomers

Comments

@imixtron
Copy link

  1. Adding extra Categories Tags breaks the UI fluidity on mobile apps.
  2. Hero banner Avatar looks fine with provided image but its breaking other images that do not have transparent padding by default.

Also components do not take any style props or it could have been fixed by adding the right css style.

image

image

@ixartz
Copy link
Owner

ixartz commented Aug 18, 2022

@imixtron, the component is inside another repository: https://github.com/ixartz/astro-boilerplate-components

It was a requirement from Astro hackathon to have a separate repository. Totally open for pull request.

  1. This is totally fixable with Tailwind CSS.
  2. You don't have much choice to use transparent background. This isn't related to the template. When the background is dark, you need either a similar color or transparent background. You have a lot of online tool which can make the background transparent in your image.

@yoriscape
Copy link

You can configure position of buttons you're placing.

@ShahRishi
Copy link

@imixtron, the component is inside another repository: https://github.com/ixartz/astro-boilerplate-components

It was a requirement from Astro hackathon to have a separate repository. Totally open for pull request.

  1. This is totally fixable with Tailwind CSS.
  2. You don't have much choice to use transparent background. This isn't related to the template. When the background is dark, you need either a similar color or transparent background. You have a lot of online tool which can make the background transparent in your image.

Regarding this, is there a way we can edit the astro-boilerplate-components for our own projects? Thanks!

@ixartz
Copy link
Owner

ixartz commented Nov 1, 2022

Yes, you can edit for your own project and the repository is here: https://github.com/ixartz/astro-boilerplate-components

@ShahRishi
Copy link

Sorry but I wanted to clarify, do how do I merge this repo with the template?

@ixartz
Copy link
Owner

ixartz commented Nov 2, 2022

If you want to merge, you can copy the files from the other repository.

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

No branches or pull requests

4 participants