1.0.8 • Published 1 year ago

atropos-components v1.0.8

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Atropos Component Library

Setup

  1. Install dependencies
yarn
  1. Run Storybook
yarn run storybook

Deployment

  1. Build
yarn run build
  1. Deploy
npm deploy

Usage

Via Unpackage

  1. Include the following html, and update with latest version (will soon be under atropos):

  2. Pull a component via the window (currently under foobar as specified in rollup.config.mjs, will soon be under atropos)

window.foobar.Button 

Example is in test.html: 1. Use VSCode 2. Download the plugin live server 3. Right click on test.html, click run as live server

Via npm

NOTE: This will soon be moved to JFROG in atropos.

npm i michael-test-components