anywhere-ui icon indicating copy to clipboard operation
anywhere-ui copied to clipboard

AnywhereUI is a collection of rich web components that includes framework bindings, created with StencilJS

AnywhereUI

License: MIT npm downloads

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

Project Package Version Links
Core @anywhere-ui/core version README.md
Angular @anywhere-ui/angular version README.md
Vue @anywhere-ui/vue version README.md
React @anywhere-ui/react version README.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 and start project:

npm run install-all

npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test