An open API service indexing awesome lists of open source software.

https://github.com/svar-widgets/react-core

React library of essential UI components and form controls
https://github.com/svar-widgets/react-core

react react-components react-ui-components react-ui-library reactjs reactjs-components svar-ui ui-components ui-library

Last synced: 24 days ago
JSON representation

React library of essential UI components and form controls

Awesome Lists containing this project

README

          

# SVAR React Core | UI Component Library

[Website](https://svar.dev/react/core/) • [Getting Started](https://docs.svar.dev/react/core/getting_started/) • [Demos](https://docs.svar.dev/react/core/samples/#/calendar/willow)

[![npm](https://img.shields.io/npm/v/@svar-ui/react-core.svg)](https://www.npmjs.com/package/@svar-ui/react-core)
[![License](https://img.shields.io/github/license/svar-widgets/core)](https://github.com/svar-widgets/core/blob/main/license.txt)
[![npm downloads](https://img.shields.io/npm/dm/@svar-ui/react-core.svg)](https://www.npmjs.com/package/@svar-ui/react-core)

**SVAR React Core** is a lightweight, fast, and mobile-friendly React component library that offers 20+ reusable, pre-styled UI components. It includes form controls, popups, date & time pickers, toast notifications, and more. All components are customizable, support light and dark themes, and come with full TypeScript support.

The library is fully compatible with React 18 and 19.

SVAR Core - React UI Library

Along with the **Core** library, you can use the following SVAR React components to build a unified app interface:

- [Menu](https://github.com/svar-widgets/react-menu) - create basic menu bar, actions or context menu;
- [Toolbar](https://github.com/svar-widgets/react-toolbar) - create button and icon panels with configurable, responsive layouts;
- [Tasklist](https://github.com/svar-widgets/react-tasklist) - basic to-do list component to add, edit, check or delete tasks;
- [Comments](https://github.com/svar-widgets/react-comments) - nice-looking comments section with bubbles or flow views;
- [File uploader](https://github.com/svar-widgets/react-uploader) - simple file uploader component.

### :hammer_and_wrench: How to Use

To start using the components from the **Core** package, simply import the package and include the desired component in your React file:

```jsx
import { Button } from "@svar-ui/react-core";
import "@svar-ui/react-core/all.css";

const myComponent => (Click me);
```

See the [getting started guide](https://docs.svar.dev/react/core/getting_started/) to quickly set up and begin using SVAR Core components in your React projects.

### :speech_balloon: Need Help?

[Post an Issue](https://github.com/svar-widgets/react-core/issues/) or use our [community forum](https://forum.svar.dev).