All Projects → default-services → Components

default-services / Components

Licence: mit
Default, open-source, component library for React.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Components

React Multi Select
A Multi Select component built with and for React
Stars: ✭ 111 (-13.95%)
Mutual labels:  components
Viewcontroller
📌 A view controller manages a set of views that make up a portion of your app’s user interface,it aims to make ui develop change more clear and flexible.(ViewControler 是一种界面开发组件化实现方式,利用它可以将一些复杂的 UI 界面开发组件化.)
Stars: ✭ 117 (-9.3%)
Mutual labels:  components
Vue Form Components
Clean & minimal vue form elements and form builder with validation
Stars: ✭ 120 (-6.98%)
Mutual labels:  components
Candela
Visualization components for the web
Stars: ✭ 112 (-13.18%)
Mutual labels:  components
Reactstrap
Simple React Bootstrap 5 components
Stars: ✭ 10,207 (+7812.4%)
Mutual labels:  components
Ant Design Plus
基于ant-design封装的偏业务组件
Stars: ✭ 118 (-8.53%)
Mutual labels:  components
Atlas.js
A component-based Node.js library to reduce boilerplate and provide sane project structure 🍻
Stars: ✭ 108 (-16.28%)
Mutual labels:  components
Wxa Plugin Calendar
小程序插件-预约日历插件-微信小程序日历插件
Stars: ✭ 124 (-3.88%)
Mutual labels:  components
Vcomponents
VComponents is a SwiftUI framework that contains 40+ customizable UI components
Stars: ✭ 117 (-9.3%)
Mutual labels:  components
Refills
Refills is maintained by the thoughtbot design team. It is funded by thoughtbot, inc. and the names and logos for thoughtbot are trademarks of thoughtbot, inc.
Stars: ✭ 1,523 (+1080.62%)
Mutual labels:  components
Redux Autoform
Create Redux-Forms dynamically out of metadata
Stars: ✭ 113 (-12.4%)
Mutual labels:  components
React Workshop
⚒ 🚧 This is a workshop for learning how to build React Applications
Stars: ✭ 114 (-11.63%)
Mutual labels:  components
Vue Cion Design System
CION - Design system boilerplate for Vue.js
Stars: ✭ 119 (-7.75%)
Mutual labels:  components
React Forms
React library for rendering forms.
Stars: ✭ 111 (-13.95%)
Mutual labels:  components
React Rainbow
🌈 React Rainbow Components. Build your web application in a snap.
Stars: ✭ 1,662 (+1188.37%)
Mutual labels:  components
React Collection Helpers
A suite of composable utility components to manipulate collections.
Stars: ✭ 109 (-15.5%)
Mutual labels:  components
Swiftui Kit
A SwiftUI system components and interactions demo app
Stars: ✭ 1,733 (+1243.41%)
Mutual labels:  components
React Modal Box
React Modal Box, is a simple dependency free and customizable React Component to display Modals on your application. Its simple event system allows you to place the modal in the root component of your application, and calling it with the simple mixins, allows you to be flexible. It also includes event handling mixins, so you can detect when the modal is being called or being hidden.
Stars: ✭ 126 (-2.33%)
Mutual labels:  components
Thorui Uniapp
ThorUI组件库,轻量、简洁的移动端组件库。组件文档地址:https://thorui.cn/doc/ 。 最近更新时间:2021-10-01
Stars: ✭ 1,842 (+1327.91%)
Mutual labels:  components
React4s
Production ready React wrapper for Scala.js - composable lifecycle - no memoization, no macros, no implicits.
Stars: ✭ 119 (-7.75%)
Mutual labels:  components

Default Component Library

NPM Build License

A Default, open-source, component library for React.


🐱‍🏍 Install

npm:

npm install @default-services/components

yarn:

yarn add @default-services/components

🐱‍💻 Use

import React from 'react';
import { Button } from '@default-services/components';

const MyComponent = (props) => {
  return (
    <div>
      <Button>Hello Default!</Button>
    </div>
  );
};

🐱‍👓 Docs

Learn more about using the Default component library for your project:
Default documentation

🐱‍🐉 Support

Default component library utilizes technologies such as Babel and PostCSS to ensure all code is cross-browser compatible, and supports at least the following browsers: | IE / Edge
IE / Edge | Firefox
Firefox | Chrome
Chrome | Safari
Safari | iOS Safari
iOS Safari | Samsung
Samsung | Opera
Opera | | --------- | --------- | --------- | --------- | --------- | --------- | --------- | | IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions

🐱‍👤 Develop

Code documentation for this project, created with JSDoc, can be found here:
Default component library

For Default contribution guidelines, see:
Contributing to Default

🦟 Bugs

Bugs reported on the project's issues page will be exterminated as quickly as possible, be sure to include steps to reproduce so they can be spotted easily.

🏷️ License

MIT © Default

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