v0.1.2
@starbemtech/react-starsystem@0.1.2
Patch Changes
- Link the live docs-site (https://starbem.github.io/react-starsystem/) from the README and set it as the package's
homepagefield.
🔖 Commits
Changes since v0.1.1:
902e82cdocs: link the live docs-site, version 0.1.275628a9fix(ci): release title is just the version tag3db0cd0fix(ci): quote printf format strings starting with dashes
📦 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