https://github.com/stinodes/stinodes-ui
Opiniated building blocks for modern web-apps
https://github.com/stinodes/stinodes-ui
Last synced: about 2 months ago
JSON representation
Opiniated building blocks for modern web-apps
- Host: GitHub
- URL: https://github.com/stinodes/stinodes-ui
- Owner: stinodes
- Created: 2021-09-13T12:55:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T08:02:45.000Z (about 3 years ago)
- Last Synced: 2025-07-27T07:33:58.790Z (about 1 year ago)
- Language: TypeScript
- Size: 1.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stinodes-ui 
### Opiniated building blocks for modern web-apps
This library contains components, both primitive and complex, that are often used in modern web-apps.
The components are for [React](https://reactjs.org/) built using [Emotion](https://emotion.sh/docs/introduction) and [Styled System](https://styled-system.com/).
## Installation
Installing the components is easily done through yarn (or npm if you so prefer):
```
$ yarn add stinodes-ui
```
```
$ npm install --save stinodes-ui
```
These rely on several peer-dependencies, which you are to install yourself:
- `react`
- `react-dom`
- `@emotion/react`
- `@emotion/styled`
- `emotion-theming`
Installing everything in one go:
```
$ yarn add stinodes-ui react react-dom @emotion/react @emotion/styled emotion-theming
```
```
$ npm install --save stinodes-ui react react-dom @emotion/react @emotion/styled emotion-theming
```
## Usage
All components are named exports.
Documentation and Storybook-powered demo incoming.