question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Any Chance to support some css frameworks?

See original GitHub issue

Is there any chance to support some css frameworks like bootstrap?

Maybe we could have a enum called Skin with a enum of the supported css frameworks and apply them internally.

public enum TypeaheadSkin
{
   Standalone,
   Bootstrap
}

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chrissaintycommented, Jul 13, 2020

I think this is something we should enable/support.

This will need some design work though. I’m thinking about a overhaul of the Typeahead so I wouldn’t want this to be done ahead of that. I’ll add a tracking isssue for that work ASAP.

0reactions
chrissaintycommented, Nov 24, 2020

I mean you can write some CSS which overrides our defaults and applies whatever you prefer.

Perhaps it would be worth spending some time understanding CSS if you’re writing web applications. https://css-tricks.com/ is a fantastic site to learn about it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tailwind CSS support - Feature Request
I'd like to work within the built-in bootstrap support that Wappler provides, while modernizing the styles some. Support for other frameworks other than ......
Read more >
Understanding the spectrum of CSS frameworks
We've come a long way from Bootstrap. Let's explore the CSS framework spectrum from utility classes to all-in-one component powerhouses.
Read more >
Top 20 Best CSS Frameworks for Front-End Developers in ...
This article covers the 20 best CSS frameworks you need to know in 2023. ... chances are you'll benefit from taking some of...
Read more >
Understanding the spectrum of CSS frameworks - Ben Holmes
We've come a long way from Bootstrap. Let's explore the CSS framework spectrum from utility classes to all-in-one component powerhouses.
Read more >
State of CSS Frameworks - YouTube
For this state of CSS Frameworks, the panel discussed topics including the ... Some of the updates from the panel you learn how...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found