Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 443 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 443 Bytes

Atomium - Web Components

This is the Web Components implementation of the Atomium design system to be used in any Framework or Vanilla JS

Getting Started

Installation

npm i @juntossomosmais/atomium

Basic usage example

import '@juntossomosmais/atomium/core.css'

import { defineCustomElements } from '@juntossomosmais/atomium/loader'

defineCustomElements(window)

<atom-button>Click me</atom-button>