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

Front end #11

Open
rwx-yxu opened this issue Jul 12, 2024 · 1 comment
Open

Front end #11

rwx-yxu opened this issue Jul 12, 2024 · 1 comment

Comments

@rwx-yxu
Copy link
Owner

rwx-yxu commented Jul 12, 2024

Reading material thoughts on anything front end related

@rwx-yxu
Copy link
Owner Author

rwx-yxu commented Jul 12, 2024

Looked into the landscape of css libraries today. The purpose was to explore what is the most minimal I can do for a frontend without npm if I can get away with it.

SimpleCSS

https://simplecss.org

  • Can download into a single file
  • No npm required
  • Very small
  • No grid based system for layouts
  • Good for static site generation / blogs

Bulma

https://bulma.io

  • Can download into a single file
  • No npm required
  • Contains some sass stuff which looks to be deprecated left and right from the industry.
  • Doesn't contain a good list of more complex components like a date picker or combobox searcher.

gov uk design system

https://design-system.service.gov.uk/get-started/

  • Can use a precompiled css file but wont have the JS features for the components.
  • Pushes to use npm

US design system

https://designsystem.digital.gov/how-to-use-uswds/

  • npm required

Beercss

https://github.com/beercss/beercss

  • npm required
  • I personally like the components in this library

Tailwind CSS

https://tailwindcss.com/

  • new hotness in town. Loads of youtubers have videos on this one.

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

1 participant