Skip to content

elycruz/atomic-material-js

Repository files navigation

@atomic/ui (work-in-progress)

An atomic user interface toolkit, and library, experiment for building custom elements, and user interfaces. The library part of the experiment is built on the web platform and the 'lit' library.

CSS Components

  • .ez-alert
  • .ez-appbar
  • .ez-button
  • .ez-checkbox
  • .ez-radio
  • .ez-input
  • .ez-field
  • .ez-fieldset
  • .ez-ripple
  • .ez-table

CSS Helpers

Components

  • ez-appbar
  • ez-field
  • ez-ripple
  • ez-toggleonscroll

Development

General

Scripts

See root package.json, and packages/**/package.json, 'scripts', and any package's node_scripts dir.

Playwright related

  • Run pnpm exec playwright install --with-deps to install the default playwright browser (for running storybook tests (e.g., pnpm test, etc.)).

License

GPL-v3 (for now)