stinodes-ui

This library contains components, both primitive and complex, that are often used in modern web-apps. The components are for React built using Emotion and Styled System.

Usage no npm install needed!

<script type="module">
  import stinodesUi from 'https://cdn.skypack.dev/stinodes-ui';
</script>

README

stinodes-ui npm

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 built using Emotion and Styled System.

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.