https://github.com/tanmen/react-actors
Asynchronous-aware UI library for react
https://github.com/tanmen/react-actors
Last synced: 13 days 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T09:17:52.000Z (about 1 month ago)
- Last Synced: 2025-06-04T16:41:56.213Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://tanmen.github.io/react-actors
- Size: 28.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ReactActors
[](https://www.npmjs.com/package/react-actors)
[](https://www.npmjs.com/package/react-actors)
[](https://www.npmjs.com/package/react-actors)
[](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
[](https://app.fossa.com/projects/custom%2B25020%2Fgithub.com%2Ftanmen%2Freact-actors?ref=badge_large)