All Projects → enactjs → Enact

enactjs / Enact

Licence: apache-2.0
An app development framework built atop React that’s easy to use, performant and customizable.

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects

Projects that are alternatives of or similar to Enact

Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (-46.63%)
Mutual labels:  javascript-framework, react-components
React Scope
Visualize your React components as you interact with your application.
Stars: ✭ 316 (+77.53%)
Mutual labels:  javascript-framework, react-components
React Formik Ui
A simple component library, composed out of pure HTML form elements to make your live easier composing forms with Formik and React
Stars: ✭ 154 (-13.48%)
Mutual labels:  react-components
React Reveal
Easily add reveal on scroll animations to your React app
Stars: ✭ 2,282 (+1182.02%)
Mutual labels:  react-components
Primereact
The Most Complete React UI Component Library
Stars: ✭ 2,393 (+1244.38%)
Mutual labels:  react-components
Shine Design
为开发者、设计师和产品经理准备的 UI 设计语言
Stars: ✭ 157 (-11.8%)
Mutual labels:  react-components
Ej2 React Ui Components
Syncfusion React UI components library offer more than 50+ cross-browser, responsive, and lightweight react UI controls for building modern web applications.
Stars: ✭ 166 (-6.74%)
Mutual labels:  react-components
Kunafa
Easy to use, high level framework in Kotlin for front-end web-development
Stars: ✭ 148 (-16.85%)
Mutual labels:  javascript-framework
React Awesome Slider
React content transition slider. Awesome Slider is a 60fps, light weight, performant component that renders an animated set of production ready UI general purpose sliders with fullpage transition support for NextJS and GatsbyJS. 🖥️ 📱
Stars: ✭ 2,343 (+1216.29%)
Mutual labels:  react-components
Hyperdom
A fast, feature rich and simple framework for building dynamic browser applications.
Stars: ✭ 161 (-9.55%)
Mutual labels:  javascript-framework
Woowahanjs
웹 어플리케이션 개발을 위한 JS프레임워크
Stars: ✭ 171 (-3.93%)
Mutual labels:  javascript-framework
A Keyboard
javascript keyboard
Stars: ✭ 160 (-10.11%)
Mutual labels:  javascript-framework
Reactjs Interview Questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
Stars: ✭ 17,978 (+10000%)
Mutual labels:  javascript-framework
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 (-6.18%)
Mutual labels:  react-components
Styled Bootstrap
💅🏻 A styled-component implementation of Bootstrap
Stars: ✭ 154 (-13.48%)
Mutual labels:  react-components
React Native Performance Monitor
React Native Performance Monitor - Realtime graphing of React Native render performance
Stars: ✭ 174 (-2.25%)
Mutual labels:  react-components
React Stylesheet
Component based styling for your React applications
Stars: ✭ 150 (-15.73%)
Mutual labels:  react-components
Materials
官方精品物料仓库
Stars: ✭ 159 (-10.67%)
Mutual labels:  react-components
React Rough
🐇 React Components for Rough.js
Stars: ✭ 164 (-7.87%)
Mutual labels:  react-components
React Player Controls
⏯ Dumb and (re)useful React components for media players.
Stars: ✭ 176 (-1.12%)
Mutual labels:  react-components

Enact Travis license Gitter

A mono-repo containing Enact framework modules

Enact uses lerna to manage the individual modules within this repo.

Getting Started

Developers should use the individual npm modules hosted under the @enact namespace.

For local framework development, this mono-repo can be setup using the bootstrap command:

npm run bootstrap

Alternatively, if you wish to install and setup package dependencies for global usage on a system, the bootstrap-link command can be used:

npm run bootstrap-link

That command will npm link the packages into global NPM userspace, for use in other projects via npm link <package> or enact link.

Copyright and License Information

Unless otherwise specified, all content, including all source code files and documentation files in this repository are:

Copyright (c) 2012-2021 LG Electronics

Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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].