https://github.com/tanmen/react-actors
Asynchronous-aware UI library for react
https://github.com/tanmen/react-actors
Last synced: 3 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 (over 1 year ago)
- Last Synced: 2025-02-20T04:17:07.438Z (4 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
[](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)