Purpose
Purpose of This Page: Compare a number of Design Systems and see how well they meet a number of criteria.
...
Criteria | Bootstrap | Carbon | Material | Lightning |
---|---|---|---|---|
Overall Grade | ||||
tl;dr | Good responsiveness support if config guidance followed. Templates and grid system help with rapid set up. More of a framework (e.g. with grid system); visual components need some refining for EMR context - more useful for SaaS website or online store offering. Not so much styles or components that speed things up. Heavy - may perceptively impact loading time. Uses global CSS. The big difference between Bootstrap and the other three systems is that the other three are design systems with component libraries (and grid systems) while Bootstrap is just a component library (and grid system). | Clear documentation, including data visualization. More white space - would be helpful to compare spacing on dense page btwn Carbon/Lightning. Uses global CSS. | Bigger learning curve for devs. Google-maintained. Extensive documentation. Tries to bring designs to life with more dynamic options like animation. Component library has self-contained CSS. | Professional, enterprise tool oriented to professionals, by nature of being driven by Salesforce. Already has look and feel of an EMR. More data-heavy/less white space. Proprietary font and icons - switching that out could have implications for weight of loading for users with low bandwidth Component library has self-contained CSS. Has the CSS-only Lightning Component Blueprints if we don't want to use the component libraries. |
Noteable Strengths |
| Very strong/clear web documentation on how things should be done
|
|
|
Noteable Weaknesses or Differences |
|
|
| Documentation not as clear for getting started. |
Are all necessary components already there? (relative to Base Set of Components) | Missing core data table support (may be options via plugins) | No header No card view according to Ayeshmantha Perera "So carbon. I used carbon angular for another project called zowe (LF). It seems it is not stabilized yet a lot of things including docs needs to be stable. So I looked into the style guide as well but there were times I couldn't figure out things and had to mix and match components with other component frameworks.So I can say bootstrap is in the front from these two " | Missing core data table support | Yes. At first glance it seems that all components at there (see table below) |
Is the default style acceptable? (Can be adjusted with minimum effort; friendly for end users/used to what end-users see in their daily lives; responsiveness) | Mobile-first. Doesn't perform well on desktops. | Default style is clear and uses fairly pale colors, which matches OpenMRS 3.0 design guidelines of a UI with less disturbance for the user. | ||
Is it framework agnostic? (Usable without framework lock-in) | Yes, probably has libraries for all the frameworks we'll ever use. | Yes, has libraries for
and for other frameworks, components can be built following this guideline https://www.carbondesignsystem.com/get-started/develop/other-frameworks | No doubt | Component Blueprints: Yes. Pure HTML/CS. Component libraries: Sort of; only officially for React and Angular. React: https://react.lightningdesignsystem.com/getting-started/ |
Is it easily configurable? (Can style easily for RefApp or whatever org/branding you want to have; how it can be customized; how it works (out of the box vs. possibilities, e.g., could we have CSS variables that would allow runtime configuration) | Yes, by overriding Bootstrap CSS classes. | Carbon has an SCSS-based theming system using "tokens." It looks like it allows easy customization of colors, spacing, fonts, and miscellaneous other style properties. These style properties are do not provide full coverage of all the CSS on all the components. Customizing things that don't have tokens will require overriding the CSS mixins, which could be tedious. | Material UI has a JS-based theming system using "variables." It would not be practicable to override aspects of the CSS which are not encapsulated in these variables. | If using global CSS / Lightning Component Blueprints: yes, we just override the CSS. If using the Lightning React Components: no. |
Implementation considerations
| A Already used by ___ | Documentation is available from IBM carbon team | Documentation harder to use (JJ to expand?) | |
Cost | The UI is Free and partly open Source | Free and Open Source | ||
User Interviews: Community Developers | from Ayeshmantha Perera " I worked with both carbon by ibm and bootstrap. I would say bootstrap is very matured.So I mainly worked with bootstrap on migrating ref app to bootstrap with openmrs.Prior that as well on some other work.Normally its a pretty norm to use in any web app u develop in these days.And I like the backward compatibility it has with the previous versions. Now there will be a new release. So carbon.I used carbon angular for another project call zowe (LF). It seems it is not stabilized yet lot of things including docs needs to be stable. So I looked in to the styleguide as well but there were times I couldnt figure out things and had to mix and match components with other component frameworks .So I can say bootstrap is in the front from these two" | |||
User Interviews: Implementation Leads | ||||
User Interviews: End Users |
...