Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonwalker/orbit
Minimal UI component library for :moon: :walking:
https://github.com/moonwalker/orbit
css css-modules reactjs stylus
Last synced: about 1 month ago
JSON representation
Minimal UI component library for :moon: :walking:
- Host: GitHub
- URL: https://github.com/moonwalker/orbit
- Owner: moonwalker
- License: mit
- Created: 2018-03-28T06:24:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T08:30:49.000Z (8 months ago)
- Last Synced: 2024-08-30T12:28:11.537Z (3 months ago)
- Topics: css, css-modules, reactjs, stylus
- Language: JavaScript
- Homepage: https://moonwalker.github.io/orbit/storybook/
- Size: 28.5 MB
- Stars: 3
- Watchers: 11
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Orbit UI
[![ci](https://github.com/moonwalker/orbit/workflows/ci/badge.svg)](https://github.com/moonwalker/orbit/actions?query=workflow%3Aci)
![Dependabot Status](https://img.shields.io/badge/Dependabot-Active-green?logo=dependabot)Minimal UI component library for :moon: :walking:
## [![](https://img.shields.io/npm/v/@moonwalker/orbit-mixins-stylus.svg)](https://www.npmjs.com/package/@moonwalker/orbit-mixins-stylus) [orbit-mixins-stylus](packages/mixins-stylus)
Stylus mixins and utilities## [![](https://img.shields.io/npm/v/@moonwalker/orbit-ui-stylus.svg)](https://www.npmjs.com/package/@moonwalker/orbit-ui-stylus) [orbit-ui-stylus](packages/ui-stylus)
Stylus UI Component library## [![](https://img.shields.io/npm/v/@moonwalker/orbit-ui.svg)](https://www.npmjs.com/package/@moonwalker/orbit-ui) [orbit-ui](packages/ui)
UI Component library (CSS)## [![](https://img.shields.io/npm/v/@moonwalker/orbit-ui-react.svg)](https://www.npmjs.com/package/@moonwalker/orbit-ui-react) [orbit-ui-react](packages/ui-react)
React UI Component library## Development
### Install
```shell
yarn lerna bootstrap
```### Build
```shell
yarn build
```### Release
```shell
yarn bump
```[Read more about the release flow](https://github.com/moonwalker/mrm-presets#how-is-working)