Carbon for Vaadin - Vaadin Add-on Directory
A Carbon inspired theme for VaadinA theme for Vaadin 23 based on IBM's [Carbon design system](https://www.carbondesignsystem.com/).
It's not a perfect one-to-one recreation. Some of the differences between Carbon and Vaadin cannot be amended with CSS. There are also a few things I wasn't able to figure out based on Carbon's current documentation and source code.
To install this add-on, check out the latest version and Maven/Gradle dependency snippets from the [Directory](https://vaadin.com/directory).
After setting the dependency in pom.xml, update your frontend/themes/mytheme/theme.json to have parent configuration
```json
{
"lumoImports" : [ "typography", "color", "spacing", "badge", "utility" ],
"parent": "carbon"
}
````
You can still make your own changes on top in the applications theme.
View on GitHubCarbon for Vaadin version 1.0.0
Carbon for Vaadin version 1.0.1
Removes line-awesome dependency