An open API service indexing awesome lists of open source software.

https://github.com/grapp-dev/stacks

A set of components for building layouts in React Native. Powered by React Native Unistyles.
https://github.com/grapp-dev/stacks

layout react react-native react-native-web stacks typescript ui user-interface view

Last synced: about 1 month ago
JSON representation

A set of components for building layouts in React Native. Powered by React Native Unistyles.

Awesome Lists containing this project

README

        

# Stacks · [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/grapp-dev/stacks/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/@grapp/stacks.svg?style=flat-square&logo=npm)](https://www.npmjs.com/package/@grapp/stacks)

Stacks, a set of components for building layouts in React Native

> A set of components for building layouts in React Native. Powered by [React Native Unistyles](https://github.com/jpudysz/react-native-unistyles).

`Stacks` primarily aims to simplify building and maintaining layouts, making it quick and easy. It follows a design principle that suggests components should not include any surrounding white space. Instead, layout components should solely own spacing between elements.

## Documentation

Full documentation can be found [here](https://stacks.grapp.dev).

## Installation

To install Stacks, you should use your preferred package manager.

```shell
bun add @grapp/stacks
```

```shell
pnpm add @grapp/stacks
```

```shell
yarn add @grapp/stacks
```

```shell
npm install @grapp/stacks --save
```

## Discord

Join [Discord](https://discord.gg/DhS6neVJBK) to get involved with the community, ask questions, and share tips.

## License

The MIT License.

See [LICENSE](LICENSE)