0.1.11 • Published 8 years ago

@satori-sdk/component-library v0.1.11

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

Satori Component Library

This is a React component library used by Satori apps. The following components are included in this library:

  • AvatarPicker: component for displaying avatars and picker component for choosing name/avatar combo
  • CopyButton: Copy button component
  • Mini Web Console: a mini Satori console for displaying RTM messages
  • Share: component for sharing links or other texts. When clicked, display an overlay containing the CopyButton
  • GitHubButton - component for Go to GitHub repo button.
  • SignUpButton - component for Sign Up button for satori dev portal.
  • SatoriLogo - component for Satori logo image.
  • AppShell - component for app shell with common styles.
  • AppHeader - component for app header with Logo, GitHub and SignUp buttons.

Getting Started

To run locally: 1. clone the repo 1. yarn install && npm run storybook

To use the components:

  1. install: npm i @satori-sdk/component-library
  2. import modules to use: import { CopyButton, AvatarPicker } from '@satori-sdk/component-library';
  3. follow examples in storybook

To publish package:

  1. npm login using satori-sdk user
  2. npm run publish-<version> where <version> can be major, minor or patch.
0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago