1.0.0 • Published 4 years ago

spaceone-aurora v1.0.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

spaceone aurora

A web components UI library.

Installation

npm install spaceone-aurora

Usage

You can require the whole library:

import * from spaceone-aurora;

And use in the DOM like this:

<aurora-app></aurora-app>

API

App

Tag Name

aurora-app

Top bar

Tag Name

aurora-topbar

Contributing

  • Clone
  • npm i
  • npm run build to get the build
  • npm run test to test
  • npm run serve to run a development environment