https://github.com/moonwalker/orbit
Minimal UI component library for :moon: :walking:
https://github.com/moonwalker/orbit
css css-modules reactjs stylus
Last synced: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T08:30:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T14:12:56.571Z (12 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
[](https://github.com/moonwalker/orbit/actions?query=workflow%3Aci)

Minimal UI component library for :moon: :walking:
## [](https://www.npmjs.com/package/@moonwalker/orbit-mixins-stylus) [orbit-mixins-stylus](packages/mixins-stylus)
Stylus mixins and utilities
## [](https://www.npmjs.com/package/@moonwalker/orbit-ui-stylus) [orbit-ui-stylus](packages/ui-stylus)
Stylus UI Component library
## [](https://www.npmjs.com/package/@moonwalker/orbit-ui) [orbit-ui](packages/ui)
UI Component library (CSS)
## [](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)