Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirosystems/ui
The Blockstack design system implemented with react, styled-components, and styled-system.
https://github.com/hirosystems/ui
blockstack blockstack-ui css-in-js react styled-components styled-system
Last synced: 3 months ago
JSON representation
The Blockstack design system implemented with react, styled-components, and styled-system.
- Host: GitHub
- URL: https://github.com/hirosystems/ui
- Owner: hirosystems
- Created: 2018-05-09T21:33:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T16:55:53.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T14:06:26.800Z (4 months ago)
- Topics: blockstack, blockstack-ui, css-in-js, react, styled-components, styled-system
- Language: TypeScript
- Homepage: https://blockstack.design
- Size: 12 MB
- Stars: 34
- Watchers: 16
- Forks: 6
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stacks UI monorepo
This project is a monorepo for all of our Stacks UI related projects.
- `@stacks/ui`: The react component library, built with emotion and theme-ui.
- `@stacks/ui-core`: The underlying css-in-js package. This is a modification of theme-ui.
- `@stacks/ui-theme`: Theme-ui spec theme for the component library.
- `@stacks/ui-utils`: Utilities to help build out complex UI projects.## Running locally
This project uses Lerna, yarn workspaces, changesets, and tsdx for bundling.
- Clone the repo
- Install deps via `yarn`