Home

Awesome

AnywhereUI

License: MIT npm downloads

<img width="1000" src="https://i.imgur.com/TCD5UXW.png">

Rich web components, includes framework bindings.

AnywhereUI is based on Web Components and comes with many significant performance, usability, and feature improvements over the past versions.

Visit the AnywhereUI Website for general information, demos and documentation.

Packages

ProjectPackageVersionLinks
Core@anywhere-ui/coreversionREADME.md
Angular@anywhere-ui/angularversionREADME.md
Vue@anywhere-ui/vueversionREADME.md
React@anywhere-ui/reactversionREADME.md

Getting Started

To start building a new AnywhereUI web component using Stencil, fork this repo and clone to a new directory.

Navigate into the project directory:

cd anywhere-ui

Install dependencies:

npm install

Start project:

npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test