Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basarat/gls
General Layout System for React
https://github.com/basarat/gls
Last synced: about 1 month ago
JSON representation
General Layout System for React
- Host: GitHub
- URL: https://github.com/basarat/gls
- Owner: basarat
- License: mit
- Created: 2016-02-09T23:03:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T04:10:29.000Z (over 1 year ago)
- Last Synced: 2024-10-31T13:44:57.095Z (about 1 month ago)
- Language: MDX
- Homepage: http://basarat.com/gls
- Size: 12.3 MB
- Stars: 55
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - gls - General Layout System for React (TypeScript)
- awesome-list - gls
README
# gls
> General Layout System for React.
[![Build Status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]# Installation
Install `gls` along with its peer dependencies: `react` (for html) and `typestyle` (for css):
```sh
npm i gls react typestyle
```# Get Started
[Docs and demos are available online 🌹](https://basarat.com/gls)[travis-image]:https://travis-ci.org/basarat/gls.svg?branch=master
[travis-url]:https://travis-ci.org/basarat/gls
[npm-image]:https://img.shields.io/npm/v/gls.svg?style=flat
[npm-url]:https://npmjs.org/package/gls