GitHub - webapp-suite/elements-react: Progressive ui library based on web-component and react

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

elements-react

Installation

yarn add @webapp-suite/elements-react
# or
npm i @webapp-suite/elements-react

Development on local

yarn start

Release to npm

yarn version:minor # major, minor, patch
yarn release

Deploy docs to github

yarn deploy