Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 14:20

@starbemtech/react-starsystem@0.1.2

Patch Changes


🔖 Commits

Changes since v0.1.1:

  • 902e82c docs: link the live docs-site, version 0.1.2
  • 75628a9 fix(ci): release title is just the version tag
  • 3db0cd0 fix(ci): quote printf format strings starting with dashes

Full diff


📦 Install

pnpm add @starbemtech/react-starsystem@0.1.2

🚀 Basic usage

import { Button } from '@starbemtech/react-starsystem'
import '@starbemtech/react-starsystem/style.css'

🎨 Design Tokens

import { colors, fontFamily, fontSize, spacing, borderRadius } from '@starbemtech/react-starsystem'

// colors
colors.primary.base   // #FF5100
colors.secondary.base // #8660EC
colors.terciary.base  // #ED2E98