Skip to content

Rich web components, includes framework bindings.

License

Notifications You must be signed in to change notification settings

gjovanovicst/anywhere-ui

 
 

Repository files navigation

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:

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

About

Rich web components, includes framework bindings.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.9%
  • SCSS 22.9%
  • JavaScript 4.9%
  • HTML 4.8%
  • Other 0.5%