Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanmen/react-actors
Asynchronous-aware UI library for react
https://github.com/tanmen/react-actors
Last synced: about 2 months ago
JSON representation
Asynchronous-aware UI library for react
- Host: GitHub
- URL: https://github.com/tanmen/react-actors
- Owner: tanmen
- License: mit
- Created: 2019-10-03T14:23:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T03:34:07.000Z (11 months ago)
- Last Synced: 2024-11-11T18:47:15.225Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://tanmen.github.io/react-actors
- Size: 26.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ReactActors
[![npm](https://img.shields.io/npm/v/react-actors)](https://www.npmjs.com/package/react-actors)
[![npm downloads](https://img.shields.io/npm/dt/react-actors)](https://www.npmjs.com/package/react-actors)
[![npm bundle size](https://img.shields.io/bundlephobia/min/react-actors)](https://www.npmjs.com/package/react-actors)
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B25020%2Fgithub.com%2Ftanmen%2Freact-actors.svg?type=shield)](https://app.fossa.com/projects/custom%2B25020%2Fgithub.com%2Ftanmen%2Freact-actors?ref=badge_shield)This is UI components collection that can be used in React.
## Information
This library is testing now.## Installation
```
yarn add react-actors
```
or
```
npm install react-actors
```## Storybook
https://tanmen.github.io/react-actors## Usage Example
```typescript jsx
import React from "react";
import 'ress/dist/ress.min.css';
import {ThemeProvider} from "react-actors/providers";
import {Button} from "react-actors/buttons";function App() {
return (
Submit
)
}
```## License
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B25020%2Fgithub.com%2Ftanmen%2Freact-actors.svg?type=large)](https://app.fossa.com/projects/custom%2B25020%2Fgithub.com%2Ftanmen%2Freact-actors?ref=badge_large)