Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galio-org/galio
Galio is a beautifully designed, Free and Open Source React Native Framework
https://github.com/galio-org/galio
android expo galio ios minimalist-design mobile-development open-source react react-native react-native-app react-native-galio react-native-ui reactnative showcase sponsors
Last synced: 5 days ago
JSON representation
Galio is a beautifully designed, Free and Open Source React Native Framework
- Host: GitHub
- URL: https://github.com/galio-org/galio
- Owner: galio-org
- License: mit
- Created: 2018-06-17T16:14:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T22:58:40.000Z (over 1 year ago)
- Last Synced: 2024-12-04T18:50:55.631Z (8 days ago)
- Topics: android, expo, galio, ios, minimalist-design, mobile-development, open-source, react, react-native, react-native-app, react-native-galio, react-native-ui, reactnative, showcase, sponsors
- Language: JavaScript
- Homepage: https://galio.io/
- Size: 29.4 MB
- Stars: 3,138
- Watchers: 54
- Forks: 325
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-react-native - galio ★458 - A fresh react native UI framework. (Components / UI)
- awesome-react-native - galio ★458 - A fresh react native UI framework. (Components / UI)
- awesome-react-native - galio ★458 - A fresh react native UI framework. (Components / UI)
- awesome-react-native - galio ★458 - A fresh react native UI framework. (Components / UI)
- Algorithms-Cheatsheet-Resources - Galio is a beautifully designed, Free and Open Source React Native Framework
README
# [Galio](https://www.galio.io) ![GitHub package.json version](https://img.shields.io/github/package-json/v/galio-org/galio.svg) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/home?status=Galio,%20a%20free%20and%20beautiful%20UI%20framework%20https%3A//galio.io/%20%23reactnative%20%23react%20%23design%20%23developers%20%23freebie%20via%20%40galioframework)
[![GitHub issues](https://img.shields.io/github/issues/galio-org/galio.svg?style=popout)](https://github.com/galio-org/galio/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/galio-org/galio.svg)](https://github.com/galio-org/galio/issues?q=is%3Aissue+is%3Aclosed)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/galio-org/galio.svg)](https://github.com/galio-org/galio/pulls)
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/galio-org/galio.svg)](https://github.com/galio-org/galio/pulls?q=is%3Apr+is%3Aclosed)
[![Gitter](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/galio-community)
[![npm](https://img.shields.io/npm/dm/galio-framework.svg)](https://www.npmjs.com/package/galio-framework)
[![Backers on Open Collective](https://opencollective.com/galio/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/galio/sponsors/badge.svg)](#sponsors)
Galio is one of the coolest UI libraries you could ever use, licensed under MIT. Carefully crafted by developers for developers. Ready-made components, typography, and a gorgeous base theme that is easily adaptable to each project.
Try our showcase app, built with the help of our cool community!
galio-starter-kit## Table of Contents
* [Quick start](#quick-start)
* [Components](#components)
* [Documentation](#documentation)
* [Resources](#resources)
* [Reporting Issues](#reporting-issues)
* [Licensing](#licensing)
## Quick Start
#### 1. Library instructions
Use our awesome components inside your own projects by running:
```bash
npm install galio-framework
```
or
```sh
yarn add galio-framework
```
Import our UI components to your screens:
```js
import { Block, Button, Card, Icon, Input, NavBar, Text } from 'galio-framework';
```### 2. galio-starter-kit
[galio-starter-kit](https://github.com/galio-org/galio-starter-kit) is an app developed by the community with the main purpose of showcasing what Galio can do. Built with Expo and Galio, the screens are created and maintained by the community. Join and help us build this cool library together!## Components
Under Galio's belt:
* Accordion
* Block
* Button
* Card
* Checkbox
* Deck Swiper
* Icon
* Input
* NavBar
* Radio
* Text
* Toast notification
* Slider
* Switch
* GalioTheme## Documentation
The documentation for Galio is hosted at [our website](https://galio.io/docs?ref=galio-repo)
## Resources
* Website: [galio.io](https://galio.io?ref=galio-repo)
* Expo: [expo.io](https://expo.io?ref=galio-repo)
* Built with Galio: [Galio Apps](https://galio.io/built-with-galio)
* galio-starter-kit: [Github repo](https://github.com/galio-org/galio-starter-kit)
* Issues: [GitHub Issues Page](https://github.com/galio-org/galio/issues)## Reporting Issues
We use GitHub Issues as the official bug tracker for Galio. Here are some advices for our users that want to report an issue:
1. Make sure that you are using the latest version of Galio. Check for your fork's master branch status and see if it's up to date with the upstream/master (our repository)
2. Provide us with reproducible steps for the issue.
3. Some issues may be platform specific, so specifying what platform and if it's a simulator or a hardware device will help a lot.## Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].## Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/galio#backer)]
## Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/galio#sponsor)]
## Licensing
* Licensed under MIT ()
© 2019 [Galio](https://galio.io?ref=galio-repo), made with 💚 for the community.