This is the Web Components implementation of the Atomium design system to be used in any Framework or Vanilla JS
npm i @juntossomosmais/atomium
import '@juntossomosmais/atomium/core.css'
import { defineCustomElements } from '@juntossomosmais/atomium/loader'
defineCustomElements(window)
<atom-button>Click me</atom-button>