v0.1.1
@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), andSECURITY.md. Enrichpackage.jsonwithlicense,author,repository,homepage,bugs, andkeywordsfields for the npm package page.
🔖 Commits
Changes since v0.1.0:
2ea5d7echore: add standard OSS project files, version 0.1.17f9eaddci: publish via npm directly instead of pnpm release
📦 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