[Feature Request] Any Chance to support some css frameworks?
See original GitHub issueIs 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:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.