Skip to content

Latest commit

 

History

History
81 lines (60 loc) · 6.19 KB

README.md

File metadata and controls

81 lines (60 loc) · 6.19 KB

UUI

UUI project logo

React-based components and accelerators library built by EPAM Systems.


Features

  • 🃏 Rich set of components: from buttons to data tables
  • 🚀 Common services: modals, notifications, error, monitoring, and more
  • 🔧 State-management primitives: Forms with validation, Lists and Tables with lazy-loading
  • :octocat: Open for contribution, actively evolving, supported, and used by 40+ EPAM internal production projects
  • 💄 Allows deep customization to build your own brand UI components set on top
  • 📝 Not opinionated, you don't have to go all in: it's compatible with CRA, Babel/TypeScript, LESS/SASS, Apollo/Redux.

Documentation

Check out UUI website for demo and documentation.

Getting started

To add UUI into an existing project, check out our Getting Started guide.

For the new projects we recommend to use our custom CRA, Vite or Next.js app templates for quick start

#CRA 
npx create-react-app my-app --template @epam/uui

# Vite
npx -- degit@latest https://github.com/epam/UUI/templates/uui-vite-template my-app

# Next.js
npx create-next-app --example "https://github.com/epam/UUI/tree/main/templates/uui-nextjs-template/template" my-app

Quick Try

Try our pre-configured template on Codesandbox Codesandbox

Packages

Project Status Description
@epam/uui npm version A set of themable components
@epam/uui-components npm version A set of headless core components
@epam/uui-core npm version Core parts of the UUI library
@epam/loveship npm version Styled set of components in Loveship style
@epam/electric npm version Styled set of components in Electric style
@epam/promo npm version Styled set of components in Promo style
@epam/assets npm version contains icons set, build-in themes and their fonts
@epam/uui-test-utils npm version A set of helpers which facilitate creation of unit tests for UUI components.
@epam/uui-editor npm version Slate.js-based Rich Text Editor
@epam/uui-timeline npm version UUI Timeline provides facilities to build a Ghant-chart like interfaces.

Contribution

Contributions are the driving force behind the incredible growth and innovation in the open-source community.

For more in-depth information, we recommend reviewing our Contribution guide. It covers Bug reporting, submitting Improvements or Pull Requests, and other related topics.

License

MIT