0.0.4 • Published 5 years ago

@rioseo/evo-ui v0.0.4

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
5 years ago

Rio UI Components

This is a project for Rio's UI Web Components.

Getting Started

To start building a new web component using Stencil, clone this repo to a new directory:

and run:

npm install
npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test

Naming Components

When creating new component tags, prefix evo to the components name followed by a hyphen then name (ex: <evo-datepicker>).

Using this component

Script tag

  • Publish to NPM
  • Put a script tag similar to this <script src="https://unpkg.com/@rioseo/evo-ui"></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install @rioseo/evo-ui --save
  • Put a script tag similar to this <script src='node_modules/@rioseo/evo-ui'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc
0.0.4

5 years ago

0.0.3

5 years ago