#design system

LIVE
X-MEN — X OF SWORDS: Creation #1 kickstarts a massive 22 part crossover event for Marvel Comics. HerX-MEN — X OF SWORDS: Creation #1 kickstarts a massive 22 part crossover event for Marvel Comics. HerX-MEN — X OF SWORDS: Creation #1 kickstarts a massive 22 part crossover event for Marvel Comics. HerX-MEN — X OF SWORDS: Creation #1 kickstarts a massive 22 part crossover event for Marvel Comics. HerX-MEN — X OF SWORDS: Creation #1 kickstarts a massive 22 part crossover event for Marvel Comics. HerX-MEN — X OF SWORDS: Creation #1 kickstarts a massive 22 part crossover event for Marvel Comics. HerX-MEN — X OF SWORDS: Creation #1 kickstarts a massive 22 part crossover event for Marvel Comics. Her


X-MEN — X OF SWORDS: Creation #1 kickstarts a massive 22 part crossover event for Marvel Comics. Here are a few shots of the masthead system & brand I designed for the crossover.


Post link
12 Months, 12 logos. A year’s worth of working with Marvel on the rebrand and relaunch of thei

12 Months, 12 logos. A year’s worth of working with Marvel on the rebrand and relaunch of their X-Men franchise and family of series.


Post link

Joe Ipson, Software Dev Engineer, Verizon Media 

Luke Larsen, Sr Software Dev Engineer, Verizon Media

image

As part of the Media Platform Video Team we build and maintain a set of web applications that allow customers to manage their video content. We needed a way to be consistent with how we build these applications. Creating consistent layouts and interfaces can be a challenge. There are many areas that can cause bloat or duplication of code. Some examples of this are, coding multiple ways to build the same layout in the app, slight variations of the same red color scattered all over, multiple functions being used to capitalize data returned from the database. To avoid cases like this we built Bindable. Bindable is an open source design system that makes it possible to achieve consistency in colors, fonts, spacing, sizing, user actions, user permissions, and content conversion. We’ve found it helps us be consistent in how we build layouts, components, and share code across applications. By making Bindable open source we hope it will do the same for others.

Theming

One problem with using a design system or library is that you are often forced to use the visual style that comes with it. With Bindable you can customize how it looks to fit your visual style. This is accomplished through CSS custom properties. You can create your own custom theme by setting these variables and you will end up with your own visual style.

image

Modular Scale

Harmony in an application can be achieved by setting all the sizing and spacing to a value on a scale. Bindable has a modular scale built in. You can set the scale to whatever you wish and it will adjust. This means your application will have visual harmony. When you need, you can break out of the modular scale for custom sizing and spacing.

image


Aurelia

Aurelia is a simple, powerful, and unobtrusive javascript framework. Using Aurelia allows us to take advantage of its high performance and extensibility when creating components. Many parts of Bindable have added features thanks to Aurelia.

Tokens

Tokens are small building blocks that all other parts of Bindable use. They are CSS custom properties and set things like colors, fonts, and transitions.

Layouts

The issue of creating the same layout using multiple methods is solved by Layouts in Bindable. Some of the Layouts in Bindable make it easy to set a grid, sidebar, or cluster of items in a row. Layouts also handle all the spacing between components. This keeps all your spacing orderly and consistent. 

image

Components

Sharing these components was one of the principal reasons the library exists. There are over 40 components available, and they are highly customizable depending on your needs.

image


Access Modifiers

Bindable allows developers to easily change the state of a component on a variety of conditions. Components can be hidden or disabled if a user lacks permission for a particular section of a page. Or maybe you just need to add a loading indicator to a button. These attributes make it easy to do either (or both!).

Value Converters

We’ve included a set of value converters that will take care of some of the most basic conversions for you. Things like sanitizing HTML, converting CSV data into an array, escaping a regex string, and even more simple things like capitalizing a string or formatting an ISO Date string.

Use, Contribute, & Reach Out

Explore the Bindable website for helpful details about getting started and to see detailed info about a given component. We are excited to share Bindable with the open source community. We look forward to seeing what others build with Bindable, especially Aurelia developers. We welcome pull requestsandfeedback! Watch the project on GitHub for updates. Thanks!

Acknowledgements

Cam Debuck,Ajit Gauli,Harley Jessop,Richard Austin,Brandon Drake,Dustin Davis

loading