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