Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruben-arushanyan/react-comfort
React Comfort is a React library that provides utilities for common programming tasks, that make coding in React easier and cleaner.
https://github.com/ruben-arushanyan/react-comfort
boost extras helpers react react-comfort stdlib util utilities utility utils
Last synced: 3 months ago
JSON representation
React Comfort is a React library that provides utilities for common programming tasks, that make coding in React easier and cleaner.
- Host: GitHub
- URL: https://github.com/ruben-arushanyan/react-comfort
- Owner: Ruben-Arushanyan
- License: mit
- Created: 2022-07-06T14:50:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T23:09:18.000Z (over 1 year ago)
- Last Synced: 2024-10-13T18:43:04.786Z (4 months ago)
- Topics: boost, extras, helpers, react, react-comfort, stdlib, util, utilities, utility, utils
- Language: JavaScript
- Homepage: https://react-comfort.js.org
- Size: 2.91 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [React Comfort](https://react-comfort.js.org)
> You can find the full documentation on the [website](https://react-comfort.js.org)## Description
**React Comfort** is a React library that provides **utilities** for common programming tasks, that make coding in React **easier** and **cleaner**.
## Installation
```
npm install react-comfort
```## Example
```jsx
import {If, Else} from 'react-comfort'const Bar = (props) => {
return (
= 18}>
πΊπΊπΊ
Buy alcohol!
π«π«π«
Sorry, children cannot purchase alcohol!
)
}
```## [Documentation](https://react-comfort.js.org)
- ### [Introduction](https://react-comfort.js.org/docs/introduction)
- ### Components
- [If-Else](https://react-comfort.js.org/docs/components/if-else)## [Contributing](https://github.com/ruben-arushanyan/react-comfort/blob/master/CONTRIBUTING.md)
Read our [contributing guide](https://github.com/ruben-arushanyan/react-comfort/blob/master/CONTRIBUTING.md) to learn about our development process.
## [Code of Conduct](https://github.com/ruben-arushanyan/react-comfort/blob/master/CODE_OF_CONDUCT.md)
This project has adopted the [Contributor Covenant](https://www.contributor-covenant.org) as its Code of Conduct, and we expect project participants to adhere to it. Please read the [full text](https://github.com/ruben-arushanyan/react-comfort/blob/master/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
## Authors
- [Ruben Arushanyan](https://github.com/ruben-arushanyan)
## License
[MIT License](https://github.com/Ruben-Arushanyan/react-comfort/blob/master/LICENSE)