Skip to content

v0.1.1

Choose a tag to compare

@JulioAugustoS JulioAugustoS released this 28 Jul 14:14

@starbemtech/react-starsystem@0.1.1

Patch Changes

  • Add standard open-source project files: LICENSE (MIT), CONTRIBUTING.md, CODE_OF_CONDUCT.md (Contributor Covenant 2.1), and SECURITY.md. Enrich package.json with license, author, repository, homepage, bugs, and keywords fields for the npm package page.

🔖 Commits

Changes since v0.1.0:

  • 2ea5d7e chore: add standard OSS project files, version 0.1.1
  • 7f9eadd ci: publish via npm directly instead of pnpm release

Full diff


📦 Install

pnpm add @starbemtech/react-starsystem@0.1.1

🚀 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