Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
voyager-theme / 0.1.3

voyager-theme 0.1.3

Install from the command line:
Learn more about npm packages
$ npm install @strangelove-ventures/voyager-theme@0.1.3
Install via package.json:
"@strangelove-ventures/voyager-theme": "0.1.3"

About this version

Voyager Chakra Theme

This is a custom theme for Chakra UI. It is a collection of colors, fonts, and styles that can be used to create a consistent look and feel for your application.

Before You Install

You need to point your package manager to our private registry. You can do this by adding the following to your .npmrc file:

@strangelove-ventures:registry=https://npm.pkg.github.com

Installation

pnpm i @strangelove-ventures/voyager-theme @chakra-ui/react @emotion/react @emotion/styled framer-motion

Usage

NOTE: This package requires both of the fonts Futura and DM Sans to be present in your repo, either through Google Fonts or otherwise.

import { ChakraProvider } from "@chakra-ui/react";
import { theme } from "@strangelovelabs/voyager-theme";
import type { AppProps } from "next/app";

const App = ({ Component, pageProps }: AppProps) => {
  return (
    <ChakraProvider theme={theme}>
      <Component {...pageProps} />
    </ChakraProvider>
  );
};

export default App;

Details


Assets

  • voyager-theme-0.1.3.tgz

Download activity

  • Total downloads 2
  • Last 30 days 0
  • Last week 0
  • Today 0