taiga-ui.dev

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

An almost complete Angular component library.

csszengarden.com

VN:F [1.9.22_1171]
Rating: 7.5/10 (2 votes cast)

A zen guide to CSS via a single form HTML page.

polymer-project.org

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

HTML5 framework/components for web and mobile apps.

html5gameengine.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

HTML5 game engine index, a replacement for Flash.

ionicframework.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

A HTML5 & Cordova mobile framework.

Let’s Talk Strategy: Hybrid vs. Traditional Mobile App Development

19 July 2024 @ 3:41 pm

I’m a huge proponent of hybrid mobile app development. I work on the Ionic team at OutSystems, I create content around Ionic’s tools and services, and I’m even writing this for the Ionic blog so it’s completely fair to say I have a bias (as well as a vested interest) in the success of Ionic. […] The post Let’s Talk Strategy: Hybrid vs. Traditional Mobile App Development appeared first on Ionic Blog.

Cross-platform AR/VR With the Web: WebXR with A-Frame, Angular, and Capacitor

17 July 2024 @ 8:37 pm

This blog post is part of the second episode of the Out-Of-The-Box With Capacitor series on our YouTube channel and the second AR tutorial on the blog. You can find the previous video here and blog post here For the longest time, creating immersive, adaptive, and interactive experiences was a time-consuming process. Developing these types […] The post Cross-platform AR/VR With the Web: WebXR with A-Frame, Angular, and Capacitor appeared first on Ionic Blog.

Superapps for an Augmented Connected Workforce

26 June 2024 @ 6:10 pm

Rather than equipping employees with a multitude of traditional applications that lead to frustration, miscommunication, and wasted time, arming them with a single connected superapp specific to their exact needs leads to more productive, happier employees.  The post Superapps for an Augmented Connected Workforce appeared first on Ionic Blog.

The Hidden Risks of Developing Mobile Apps with React Native or Flutter

18 June 2024 @ 8:37 pm

Before diving headfirst into your next project, it's crucial to consider the potential pitfalls associated with React Native and Flutter, especially for commercial and enterprise-grade applications. The post The Hidden Risks of Developing Mobile Apps with React Native or Flutter appeared first on Ionic Blog.

What is Hybrid Mobile App Development?

12 June 2024 @ 5:59 pm

A look at the three primary methods of mobile application development and discuss some of the benefits and drawbacks of each of these paths. The post What is Hybrid Mobile App Development? appeared first on Ionic Blog.

Automating Ionicon Usage in Angular

22 May 2024 @ 4:51 pm

Rather than manually running addIcons to utilize IonIcons, try this approach that trims bundle size and improves app speed. The post Automating Ionicon Usage in Angular appeared first on Ionic Blog.

Introducing: Capacitor Barcode Scanner Plugin

16 May 2024 @ 8:26 pm

We are thrilled to bring our first Ionic + OutSystems shared plugin to the Capacitor ecosystem as a core supported plugin. The post Introducing: Capacitor Barcode Scanner Plugin appeared first on Ionic Blog.

Testing Stencil Components with Ease using Playwright

9 May 2024 @ 2:20 pm

We’ve also expanded support for another testing tool: Playwright! The post Testing Stencil Components with Ease using Playwright appeared first on Ionic Blog.

Microsoft Retires App Center – What’s Next?

7 May 2024 @ 3:14 pm

As you consider migrating from Microsoft App Center to a new tool, we may just have the perfect solution for you. The post Microsoft Retires App Center – What’s Next? appeared first on Ionic Blog.

Announcing Ionic 8.1

2 May 2024 @ 3:02 pm

Hot on the heels of Ionic Framework 8.0 is version 8.1 packed with input, datetime, and accessibility improvements! The post Announcing Ionic 8.1 appeared first on Ionic Blog.

webcomponents.org

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Explore the world of HTML5 web components.

bootply.com

VN:F [1.9.22_1171]
Rating: 7.8/10 (5 votes cast)

Bootstrap in your browser, rapid html and css.

jquer.in

VN:F [1.9.22_1171]
Rating: 5.0/10 (2 votes cast)

A great resource for jquery plugins (canvas, navigation, etc)

Also in angular: https://angular-js.in/

twitter.bootstrap

VN:F [1.9.22_1171]
Rating: 8.0/10 (7 votes cast)

Sleek, intuitive, and powerful front-end framework for faster and easier web development.

Bootstrap 5.3.3

20 February 2024 @ 3:22 pm

Bootstrap v5.3.3 is here with bug fixes, documentation improvements, and more follow-up enhancements for color modes. Keep reading for the highlights! Highlights Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won’t break anything and will be the way to go in v6.

Bootstrap 5.3.2

14 September 2023 @ 2:30 pm

Bootstrap v5.3.2 is here with bug fixes, documentation improvements, and more follow-up enhancements for color modes. Keep reading for the highlights! Highlights Passing a percentage unit to the global abs() is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the divide() function. The divide() function has not been fixed itself so that we can keep supporting node-sass cross-compatibility.

Bootstrap Icons v1.11.0

12 September 2023 @ 12:01 am

Bootstrap Icons v1.11.0 has arrived with 100 new icons—including new floppy disk icons, additional brand icons, new person icons, new emojis, some birthday cake, a few new science icons, and more. We’re now at over 2,000 icons! 100 new icons Here’s a quick look at all the new icons in v1.11.0: Check out the pull request for all the details on which icons were added and which were updated. I’ve also started adding a new added tag to icon pages with this release.

Bootstrap 5.3.1

26 July 2023 @ 8:05 am

Bootstrap v5.3.1 is here with bug fixes, documentation improvements, and more follow-up enhancements for color modes. Keep reading for the highlights! Color modes: Increased color contrast for dark mode by replacing $gray-500 with $gray-300 for the body color Added our color mode switcher JavaScript to our examples ZIP download Components: Improved disabled styling for all .nav-links, providing .disabled and :disabled for use with anchors and buttons Add support for Home and End keys for navigating tabs by keyboard Added some basic styling to toggle buttons when no modifier class is present Fixed carousel colors in dark mode Forms: Fixed floating label disabled text color Utilities: .

Bootstrap 5.3.0

30 May 2023 @ 7:35 am

It’s official, the final stable release of v5.3.0 has landed! It’s been a monumental effort to revamp our codebase for CSS variables and color modes, one that will see continued changes leading up to an eventual Bootstrap 6. And we’re so excited to finally ship it! On top of all the work that’s gone into this release, a lot has happened behind the scenes since we shipped our pre-releases. Keep reading to learn everything that’s new in v5.

Bootstrap 5.3.0-alpha3

3 April 2023 @ 7:35 am

Hot on the heels of our second alpha, we’re releasing a third (and unexpected) alpha for v5.3.0 today with some fixes for some Node Sass compilation errors. In addition, we’ve added a handful of other updates. We’re still on target to ship our stable release soon! Once again, if you’re new to the v5.3.0 alpha releases, please read through the Migration guide for the first alpha and last month’s second alpha.

Bootstrap 5.3.0-alpha2

24 March 2023 @ 2:40 pm

Our second alpha release of v5.3.0 has landed with a ton of enhancements and bug fixes for our new color modes! There’s still more to come, but we’ve held off shipping until we ironed out enough issues. Huzzah, we have! This v5.3.0 release is a monumental update for Bootstrap 5. It’s big enough that it could’ve been a v6 on its own, but we wanted to do right by the community and get color modes out the door without the massive major release upgrade.

Bootstrap 5.3.0-alpha1

24 December 2022 @ 8:00 am

It’s a Christmas miracle—Bootstrap v5.3.0-alpha1 has arrived just in time for the holiday break! This release brings new color mode support, an expanded color palette with variables and utilities, and more. We’re keeping things short and simple in this blog post with deeper dives into the new color modes and more coming in future posts. For now, we want you to enjoy the holiday break and come back next year feeling refreshed and rejuvenated.

Bootstrap 5.2.3

22 November 2022 @ 8:00 am

We’ve deviated from developing v5.3.0 to ship a new patch release, Bootstrap v5.2.3, with a handful of more urgent bug fixes. Highlights Added the missing :root CSS variables to our utilities bundle Fixed the deprecation warning with Sass 1.56.0 Fixed the RTL translate() direction for carousels Fixed tooltip and popover disposal inconsistencies We’re heading right back to it with v5.3.0 with support for color modes, new utilities, and more. Look for a pre-release of that soon.

Bootstrap Icons v1.10.0

11 November 2022 @ 12:01 am

Bootstrap Icons v1.10.0 is here with nearly 150 new icons. This release includes tons of new variants for person, building, and database icons, plus new brands, rockets, road signs, globes, and many more. We’re now at over 1,900 icons! 150 new icons Here’s a quick look at all the new icons in v1.10.0: Some highlights for the new icons include: 22 new person icons 26 new house icons 24 new building icons, including a renamed building to buildings 22 new database icons 24 new street sign icons New globe icons New EV, taxi, bus, and scooter transportation icons New rockets and more!

tympanus.net/codrops

VN:F [1.9.22_1171]
Rating: 8.3/10 (6 votes cast)

Useful resources and inspiration for creative minds (html, css, javascript)

Collective #856

26 July 2024 @ 11:00 am

Misconceptions about view transitions * The Right Kind of Stubborn * CSS Grid Generator

Case Study: Rogier de Boevé Portfolio — 2024

26 July 2024 @ 9:57 am

Insights into the creative process and technical details behind the portfolio of Rogier de Boevé, a Belgium-based creative developer and digital designer.

On Ne Change Pas: The Creative Work Process Behind a Stunning UI Animation

23 July 2024 @ 10:31 am

In this article, we take you behind the scenes to explore the creation process of an intriguing animation.

Collective #855

19 July 2024 @ 5:04 pm

The Magic of Clip Path * Framer Motion Theatre * State of Text Rendering 2024

How to Create Distortion and Grain Effects on Scroll with Shaders in Three.js

18 July 2024 @ 12:12 pm

Learn how to create distortion and grain effects on scroll using Three.js shaders, syncing HTML images with WebGL.

How to Create a Liquid Raymarching Scene Using Three.js Shading Language

15 July 2024 @ 10:33 am

An introduction to Raymarching using the power of Signed Distance Fields (SDFs) and simple lighting to create a liquid shape effect.

Collective #854

12 July 2024 @ 11:00 am

How to use container queries now * Exploring Randomness In JavaScript * Drop it! * Vizzu

Creating an Animated Displaced Sphere with a Custom Three.js Material

9 July 2024 @ 2:05 pm

Learn how to create an animated, displaced sphere using custom shaders with Three.js and React Three Fiber.

Collective #853

5 July 2024 @ 11:00 am

Design GUI * Morphing Arbitrary Paths in SVG * Local, first, forever

Inspirational Websites Roundup #62

5 July 2024 @ 10:46 am

A brand new collection of the most inspiring website designs from the past couple of weeks.