Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deanacus/upstart
https://github.com/deanacus/upstart
component-library design-system react
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deanacus/upstart
- Owner: deanacus
- Created: 2019-12-16T19:50:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T07:13:10.000Z (about 2 years ago)
- Last Synced: 2024-11-17T16:05:27.926Z (3 months ago)
- Topics: component-library, design-system, react
- Language: JavaScript
- Homepage: https://upstart.deanacus.com
- Size: 7.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Upstart
Upstart is yet another component library for React.
It's built with styled-components, and is rather opinionated - it's based around
the way I think a component library should work.It's very much a work in progress.
## Usage
Check out the [documentation site][docs] for details on how to get started with Upstart
## Development
This is a monorepo, powered by Yarn Workspaces (v1). There are 4 packages (currently):
* upstart - the component library
* hooks - a library of hooks that support the component library
* tokens - where all the design tokens live
* docs - the documentation site.Each of these has their own npm package, dependencies, scripts, and more.
Contributions are more than welcome, no matter how big or small.
### Contributors:
* [Dean Harris][deanacus]
* [Patrick Jones][psjgit][docs]: https://upstart.deanacus.com/
[deanacus]: https://github.com/deanacus/
[psjgit]: https://github.com/psjgit/