npm.io
2.2.5 • Published 2d ago

@sanity/logos

Licence
MIT
Version
2.2.5
Deps
1
Size
51 kB
Vulns
0
Weekly
0
Stars
169

@sanity/logos

The Sanity logos.

npm install @sanity/logos

# Install peer dependencies
npm install react

npm version

Usage

import {SanityLogo} from '@sanity/logos'

function App() {
  return <SanityLogo style={{fontSize: 72}} />
}

Contributing and releasing new versions to npm

This package lives in the sanity-io/ui monorepo and uses Changesets to manage versioning and publishing.

When you make a change that should be released, add a changeset to your pull request:

pnpm changeset

Once pull requests with changesets are merged into the main branch, a "Version Packages" pull request is opened (and kept up to date) that bumps the affected package versions and updates their changelogs. Merging that pull request publishes the packages to npm through the Release workflow, which uses npm Trusted Publishing (OIDC).

License

MIT-licensed. See LICENSE.

Keywords