@sayaww/nomimono
TypeScript icon, indicating that this package has built-in type declarations

0.0.403 • Public • Published

Installation

Install the package with your favorite package manager:

pnpm install @sayaww/nomimono

Optional fonts

Fonts are optional but prioritize Sk-Modernist for heading and Inter for body.

  • Install SkModernest in your project's public folder
  • Install Inter with pnpm i @fontsource/inter-tight

Usage

In your index.tsx or app.tsx, where all compoenets can access, import the css file:

import "@sayaww/nomimono/style.css";

In your components, import the components you need:

import { Bento } from "@sayaww/nomimono";

Typography wrapper

Nomimono also exports a class nomimono-style for basic html elements. Wrap your content

<div class="nomimono-style">
  <h1>Heading</h1>
  <p>Body</p>
</div>

/@sayaww/nomimono/

    Package Sidebar

    Install

    npm i @sayaww/nomimono

    Weekly Downloads

    14

    Version

    0.0.403

    License

    ISC

    Unpacked Size

    7.66 MB

    Total Files

    129

    Last publish

    Collaborators

    • sayaww