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.
- Host: GitHub
- URL: https://github.com/grapp-dev/stacks
- Owner: grapp-dev
- License: mit
- Created: 2020-04-05T16:14:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T16:38:38.000Z (11 months ago)
- Last Synced: 2024-05-23T07:06:15.363Z (11 months ago)
- Topics: layout, react, react-native, react-native-web, stacks, typescript, ui, user-interface, view
- Language: TypeScript
- Homepage: https://stacks.grapp.dev
- Size: 41.4 MB
- Stars: 937
- Watchers: 15
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - grapp-dev/stacks - A set of components for building layouts in React Native. Powered by React Native Unistyles. (TypeScript)
README
# Stacks · [](http://makeapullrequest.com) [](https://github.com/grapp-dev/stacks/blob/master/LICENSE) [](https://www.npmjs.com/package/@grapp/stacks)
> 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)