All Projects → Assenti → react-ui-components

Assenti / react-ui-components

Licence: MIT license
React UI Components (npm @assenti/rui-components)

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to react-ui-components

React Border Wrapper
A wrapper for placing elements along div borders.
Stars: ✭ 147 (+600%)
Mutual labels:  jsx, react-components
string-replace-to-array
Like Javascript's string.replace, but accepts and returns an array
Stars: ✭ 19 (-9.52%)
Mutual labels:  jsx, react-components
React-Netflix-Clone
A Fully Responsive clone of Netflix website built using React.JS as a Front-end & Firebase as a Back-end.
Stars: ✭ 91 (+333.33%)
Mutual labels:  jsx, react-components
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 (+352.38%)
Mutual labels:  jsx, react-components
React Structured Data
React Structured Data provides an easy way to add structured data to your React apps
Stars: ✭ 120 (+471.43%)
Mutual labels:  jsx, react-components
React Workshop
⚒ 🚧 This is a workshop for learning how to build React Applications
Stars: ✭ 114 (+442.86%)
Mutual labels:  jsx, react-components
React Jsx Parser
A React component which can parse JSX and output rendered React Components.
Stars: ✭ 394 (+1776.19%)
Mutual labels:  jsx, react-components
React Code Blocks
React code blocks and code snippet components
Stars: ✭ 135 (+542.86%)
Mutual labels:  jsx, react-components
React Native demo
react-native实现网易新闻和美团,实现大部分页面。使用最新的react-navigation等组件,同时支持安卓和iOS设备。
Stars: ✭ 237 (+1028.57%)
Mutual labels:  jsx, react-components
hexo-component-inferno
A collection of Inferno.js layout components and utility scripts for Hexo
Stars: ✭ 20 (-4.76%)
Mutual labels:  jsx
moon-design
Moon Design System for React
Stars: ✭ 209 (+895.24%)
Mutual labels:  react-components
role-based-access-control
Role-based authorization || Role-based access-control in React.js
Stars: ✭ 111 (+428.57%)
Mutual labels:  jsx
react-expandable-listview
React expandable components, assist you render expandable objects or React components
Stars: ✭ 38 (+80.95%)
Mutual labels:  react-components
react-kakao-maps
카카오 지도 (Daum 지도 Web API) 리액트 컴포넌트
Stars: ✭ 34 (+61.9%)
Mutual labels:  react-components
yoast-components
Accessible React components by Yoast
Stars: ✭ 19 (-9.52%)
Mutual labels:  react-components
ECHI VUE TODO
使用 Vue 开发的一款 TODO 应用,包含登录、待办、日程、历史事项、回收站。项目较为小型,适合进阶学习使用(💡请注意,项目大量使用 jsx 进行开发)。
Stars: ✭ 19 (-9.52%)
Mutual labels:  jsx
Yew
Yew is a modern Rust framework for creating multi-threaded front-end web apps with WebAssembly.
Stars: ✭ 18,243 (+86771.43%)
Mutual labels:  jsx
Inferno
🔥 An extremely fast, React-like JavaScript library for building modern user interfaces
Stars: ✭ 15,206 (+72309.52%)
Mutual labels:  jsx
paragon
💎 An accessible, theme-ready design system built for learning applications and Open edX.
Stars: ✭ 85 (+304.76%)
Mutual labels:  react-components
sha-el-design
React components for easier customization and smooth development flow.
Stars: ✭ 33 (+57.14%)
Mutual labels:  react-components

React UI Components

UI Components for web apps built on React

License

Main Goal

Create a lot of usefull, light weight and maximum reusable UI components

Requirements for using rui-components

You've created your app using CRA (Create react app)

Storybook

Explore storybook here

Install

# Install package from NPM
% npm install @assenti/rui-components -S

or

# Install package from NPM
% yarn add @assenti/rui-components

Usage

index.js / index.ts

// Import styles in index.js / index.ts
import '@assenti/rui-components/css/index.css';

App.js / App.tsx

import { Card, Button, Icon } from '@assenti/rui-components';
import React from 'react';

function App() {
  return (
    <Card header={<h4>React UI Components</h4>}>
      <Button color="primary" name="Rocket" icon={<Icon name="rocket"/>}/>
    </Card>
  );
}

export default App;

Changelog

You can track changelog here

Where can i find @types/@assenti/rui-components ?

Types declarations for TypeScript are built-in

How to set my own preset colors ?

Just override it in css styles

Can i use custom fonts ?

Just import your fonts and override it in css styles

I found a bug

Open an issue, please, i will try to fix it ASAP

I want to contribute

You are welcome

License

MIT Licensed Copyright (c) 2020 Asset Sultanov


I'll be appreciated for your donations ;)

Buy Me A Coffee

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