adaleks / anywhere-ui

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

Home Page:https://adaleks.github.io/anywhere-ui-showcase-production

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://adaleks.github.io/anywhere-ui-showcase-production

License:MIT License


Languages

Language:TypeScript 64.6%Language:SCSS 23.5%Language:HTML 5.8%Language:JavaScript 5.5%Language:Shell 0.6%Language:CSS 0.0%