All Projects → uiwjs → Uiw

uiwjs / Uiw

Licence: mit
⚛️ @uiwjs A high quality UI Toolkit, A Component Library for React 16+.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Uiw

Base
React-UI-Kit - frontend library with ReactJS components
Stars: ✭ 18 (-96.61%)
Mutual labels:  ui-kit, ui-components, react-component, frontend
React Multi Select
A Multi Select component built with and for React
Stars: ✭ 111 (-79.1%)
Mutual labels:  ui-components, react-component, frontend
light-ui
A lightly React UI library
Stars: ✭ 38 (-92.84%)
Mutual labels:  react-component, ui-kit, ui-components
Chart Race React
📊 Seamless bar chart race component for React.
Stars: ✭ 406 (-23.54%)
Mutual labels:  ui-components, react-component, frontend
mijin
Tailwind CSS UI components build for Vue.js / Nuxt.js
Stars: ✭ 168 (-68.36%)
Mutual labels:  ui-kit, ui-components
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+182.67%)
Mutual labels:  ui-kit, ui-components
pearl-ui
Pearl UI is a powerful UI toolkit that helps you build beautiful production-ready mobile apps right out of the box ⚡️
Stars: ✭ 19 (-96.42%)
Mutual labels:  ui-kit, ui-components
megafon-ui
MegaFon React UI
Stars: ✭ 16 (-96.99%)
Mutual labels:  ui-kit, ui-components
Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (+368.36%)
Mutual labels:  ui-kit, frontend
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (-81.36%)
Mutual labels:  ui-kit, ui-components
Flawwwless Ui
Flawwwless ui library for React.js.
Stars: ✭ 265 (-50.09%)
Mutual labels:  ui-kit, react-component
visage
Visage design system
Stars: ✭ 12 (-97.74%)
Mutual labels:  ui-kit, ui-components
Metroset Ui
Windows Forms Metro Skin Style, Make The Applications With Metro Styles. see more https://n-a-r-w-i-n.github.io/MetroSet-UI/
Stars: ✭ 228 (-57.06%)
Mutual labels:  ui-kit, ui-components
Css Mint
Lightweight and simple to use UI Kit. Fully responsive, just 3KB gzipped.
Stars: ✭ 209 (-60.64%)
Mutual labels:  ui-kit, ui-components
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (-40.11%)
Mutual labels:  ui-components, frontend
SlidableImage
Fancy slider for before&after images
Stars: ✭ 32 (-93.97%)
Mutual labels:  ui-kit, ui-components
Oruga
🐛 Oruga is a lightweight library of UI components without CSS framework dependency
Stars: ✭ 297 (-44.07%)
Mutual labels:  ui-components, frontend
Svelte Materialify
A Material UI Design Component library for Svelte heavily inspired by vuetify.
Stars: ✭ 351 (-33.9%)
Mutual labels:  ui-kit, ui-components
Citrus.avalonia
Modern styles for Avalonia controls.
Stars: ✭ 161 (-69.68%)
Mutual labels:  ui-kit, ui-components
Fluent Reveal Effect
Fluent Reveal Effect JavaScript library for web
Stars: ✭ 164 (-69.11%)
Mutual labels:  ui-kit, ui-components

uiw LOGO

Github Actions Github Issues Github Forks Github Stars
Github Releases License MIT npm version jest

uiw document website

uiw

The official documentation site for uiw. A high quality UI Toolkit, A Component Library for React 16+. 💘

Installation

npm install uiw --save

You can use kkt to quickly create a react + uiw project.

npx create-kkt my-app -e uiw

You can use the uiw v1.x version. Please see here for instructions. (npx comes with npm 5.2+ and higher.)

Basic Usage

import React from "react";
import ReactDOM from "react-dom";
import { Button } from "uiw";

ReactDOM.render(
  <Button type="primary">Hello</Button>,
  document.getElementById("app")
);

Documentation

Visit the uiwjs.github.io website for more information.

Or Open in VSCode Preview :

Open in VSCode

Packages

This git repository is a repo built using Lerna. It contains several packages:

Package Version Description
uiw npm version -
@uiw/formatter npm version -
@uiw/react-affix npm version -
@uiw/react-alert npm version -
@uiw/react-avatar npm version -
@uiw/react-back-top npm version -
@uiw/react-badge npm version -
@uiw/react-breadcrumb npm version -
@uiw/react-button npm version -
@uiw/react-button-group npm version -
@uiw/react-calendar npm version -
@uiw/react-card npm version -
@uiw/react-checkbox npm version -
@uiw/react-collapse npm version -
@uiw/react-copy-to-clipboard npm version -
@uiw/react-date-input npm version -
@uiw/react-date-picker npm version -
@uiw/react-descriptions npm version -
@uiw/react-divider npm version -
@uiw/react-drawer npm version -
@uiw/react-dropdown npm version -
@uiw/react-file-input npm version -
@uiw/react-form npm version -
@uiw/react-grid npm version -
@uiw/react-icon npm version -
@uiw/react-input npm version -
@uiw/react-layout npm version -
@uiw/react-list npm version -
@uiw/react-loader npm version -
@uiw/react-menu npm version -
@uiw/react-message npm version -
@uiw/react-modal npm version -
@uiw/react-month-picker npm version -
@uiw/react-notify npm version -
@uiw/react-overlay npm version -
@uiw/react-overlay-trigger npm version -
@uiw/react-pagination npm version -
@uiw/react-pin-code npm version -
@uiw/react-popover npm version -
@uiw/react-portal npm version -
@uiw/react-progress npm version -
@uiw/react-radio npm version -
@uiw/react-rate npm version -
@uiw/react-search-select npm version -
@uiw/react-select npm version -
@uiw/react-split npm version -
@uiw/react-slider npm version -
@uiw/react-steps npm version -
@uiw/react-switch npm version -
@uiw/react-table npm version -
@uiw/react-tabs npm version -
@uiw/react-tag npm version -
@uiw/react-textarea npm version -
@uiw/react-time-picker npm version -
@uiw/react-tooltip npm version -
@uiw/react-tree npm version -
@uiw/react-tree-checked npm version -
@uiw/utils npm version -

Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or clone locally:

$ git clone https://github.com/uiwjs/uiwjs.github.io.git --recurse-submodules

Compiled component code.

$ npm install # Install dependencies

$ npm run hoist
$ npm run build

To develop, run the self-reloading build:

# Run the app
# Restart the app automatically every time code changes.
# Useful during development.
$ npm run lib:watch
$ npm run start
$ lerna run --scope uiw watch --stream
$ lerna exec --scope @uiw/button -- tsbb types --outDir lib/esm --target ESNEXT --watch
$ lerna exec --scope @uiw/button -- tsbb watch --target react --env-name esm:dev --env-name cjs

Folders

├── LICENSE
├── README.md
├── package.json
├── website
│   ├── uiw        # Documentation website source code
└── packages
    ├── uiw        # Component library source code
    ├── react-alert
    ├── react-tree
    ├── ...
    └── react-affix

License

Licensed under the MIT 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].