All Projects → NE-LOAN-FED → NE-Component

NE-LOAN-FED / NE-Component

Licence: MIT license
A react component library.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to NE-Component

Terra Clinical
Terra Clinical is a repository for terra react components used only in a clinical setting.
Stars: ✭ 59 (+103.45%)
Mutual labels:  components, react-components
Uniforms
A React library for building forms from any schema.
Stars: ✭ 1,368 (+4617.24%)
Mutual labels:  components, react-components
Msvgc
Make React components from your plain SVG files
Stars: ✭ 64 (+120.69%)
Mutual labels:  components, react-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+2320.69%)
Mutual labels:  components, react-components
Shine Design
为开发者、设计师和产品经理准备的 UI 设计语言
Stars: ✭ 157 (+441.38%)
Mutual labels:  components, react-components
Create Component App
Tool to generate different types of React components from the terminal. 💻
Stars: ✭ 879 (+2931.03%)
Mutual labels:  components, react-components
Ui
React Styled Components with bootstrap grid system
Stars: ✭ 89 (+206.9%)
Mutual labels:  components, react-components
React Weui
weui for react
Stars: ✭ 2,793 (+9531.03%)
Mutual labels:  components, react-components
React Rainbow
🌈 React Rainbow Components. Build your web application in a snap.
Stars: ✭ 1,662 (+5631.03%)
Mutual labels:  components, react-components
React Workshop
⚒ 🚧 This is a workshop for learning how to build React Applications
Stars: ✭ 114 (+293.1%)
Mutual labels:  components, react-components
Chakra Ui
⚡️Simple, Modular & Accessible UI Components for your React Applications
Stars: ✭ 295 (+917.24%)
Mutual labels:  components, react-components
Semantic Ui React
The official Semantic-UI-React integration
Stars: ✭ 12,561 (+43213.79%)
Mutual labels:  components, react-components
Reactackle
Open-source components library built with React and Styled-Components.
Stars: ✭ 278 (+858.62%)
Mutual labels:  components, react-components
React Components
React components
Stars: ✭ 47 (+62.07%)
Mutual labels:  components, react-components
Flawwwless Ui
Flawwwless ui library for React.js.
Stars: ✭ 265 (+813.79%)
Mutual labels:  components, react-components
Neumorphic Ui
📚 A library of components based on the concept of neumorphism
Stars: ✭ 82 (+182.76%)
Mutual labels:  components, react-components
engage-ui
Engage UI is a React component library designed to help developers and designers creater the delightful web experiences.
Stars: ✭ 14 (-51.72%)
Mutual labels:  components, react-components
furl
Functional react.js components.
Stars: ✭ 33 (+13.79%)
Mutual labels:  components, react-components
Re Jok
A React UI Component library built with styled-components
Stars: ✭ 102 (+251.72%)
Mutual labels:  components, react-components
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 (+475.86%)
Mutual labels:  components, react-components

npm JavaScript Style Guide Travis npm GitHub license

文档

https://ne-loan-fed.github.io/NE-Component/#/

功能

  • 开箱即用的移动端基础组件
  • 基于 npm + webpack 开发
  • 支持多种引入方式:ES Module 、umd(不建议使用)

环境

  • React > 16.0.0
  • ReactDOM > 16.0.0

支持环境

  • IE9+ 和现代浏览器

安装

npm install ne-rc

示例

// 入口文件
import React from "react";
import { render } from "react-dom";
// 引入组件库样式
import "ne-rc/lib/ne.css";
import "./style/app.scss";
// 引入需要的组件
import { Button } from "ne-rc";

render(
  <div>
    <Button />
  </div>,
  mountNode
);

本地开发

  1. clone 项目
git clone [email protected]:NE-LOAN-FED/NE-Component.git
  1. 开发:
// 服务默认会跑在 4000 端口上
npm run demo
  1. 打包
npm run build
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].