All Projects → emgage → engage-ui

emgage / engage-ui

Licence: other
Engage UI is a React component library designed to help developers and designers creater the delightful web experiences.

Programming Languages

typescript
32286 projects
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to engage-ui

Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+4914.29%)
Mutual labels:  components, react-components, component-library
Semantic Ui React
The official Semantic-UI-React integration
Stars: ✭ 12,561 (+89621.43%)
Mutual labels:  components, react-components, component-library
Neumorphic Ui
📚 A library of components based on the concept of neumorphism
Stars: ✭ 82 (+485.71%)
Mutual labels:  components, react-components, component-library
React Weui
weui for react
Stars: ✭ 2,793 (+19850%)
Mutual labels:  components, react-components, component-library
Uniforms
A React library for building forms from any schema.
Stars: ✭ 1,368 (+9671.43%)
Mutual labels:  components, react-components, component-library
Terraform Aws Components
Opinionated, self-contained Terraform root modules that each solve one, specific problem
Stars: ✭ 168 (+1100%)
Mutual labels:  components, component-library
Zent
A collection of essential UI components written with React.
Stars: ✭ 2,133 (+15135.71%)
Mutual labels:  components, component-library
Bootstrap Vue
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
Stars: ✭ 13,603 (+97064.29%)
Mutual labels:  components, component-library
paragon
💎 An accessible, theme-ready design system built for learning applications and Open edX.
Stars: ✭ 85 (+507.14%)
Mutual labels:  react-components, component-library
React Rainbow
🌈 React Rainbow Components. Build your web application in a snap.
Stars: ✭ 1,662 (+11771.43%)
Mutual labels:  components, react-components
Precise Ui
📐 React UI Component Library powered by ZEISS.
Stars: ✭ 192 (+1271.43%)
Mutual labels:  components, component-library
tiny-ui
⚛️ A friendly UI component set for React.js
Stars: ✭ 202 (+1342.86%)
Mutual labels:  react-components, component-library
Vue Design System
An open source tool for building UI Design Systems with Vue.js
Stars: ✭ 2,077 (+14735.71%)
Mutual labels:  components, component-library
Terra Core
Terra offers a set of configurable React components designed to help build scalable and modular application UIs. This UI library was created to solve real-world issues in projects we work on day to day.
Stars: ✭ 167 (+1092.86%)
Mutual labels:  components, react-components
Shine Design
为开发者、设计师和产品经理准备的 UI 设计语言
Stars: ✭ 157 (+1021.43%)
Mutual labels:  components, react-components
Yoshino
A themable React component library!Flexible Lightweight PC UI Components built on React! Anyone can generate easily all kinds of themes by it!
Stars: ✭ 216 (+1442.86%)
Mutual labels:  components, react-components
fyndiq-ui
Library of reusable web frontend components for Fyndiq
Stars: ✭ 39 (+178.57%)
Mutual labels:  react-components, component-library
lerna-starter
Simple React UI Development environment boilerplate to develop, test and publish your React components.
Stars: ✭ 55 (+292.86%)
Mutual labels:  react-components, component-library
tailwind-antd-react-kit
UI Components and helpers for frontend development using Tailwind + Ant Design and React.js
Stars: ✭ 27 (+92.86%)
Mutual labels:  components, react-components
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (+78.57%)
Mutual labels:  components, component-library

Engage-UI Build Status

Engage-UI is a React component library designed to help developers and designers creater the delightful web experiences.

Installation:

Note: Yarn is not supported to @types/react conflicts among packages

  1. Install latest version of node & npm: https://nodejs.org/en/download/
  2. npm install typescript tslint -g
  3. If there is previously installed packages follow below procedures else jump on 5th point: a. rd /s /q node_modules b. npm cache clear --force
  4. npm i

Building and Running

npm run build-dev: This will build the source code in development mode. npm run build-release: This will build the source code in production mode. npm run test: This will run all unit tests npm run check: This will run all the checks, including lint, build, unit tests. npm run example: This will the example application in ./example/src for testing purposes.

Additional commands can be found in package.json.

Documentation

npm run docs: This will run the documentation application which documents all the components.

Licenses

Feedback

Create an issue or feature request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].