@mirnax3/nes-style
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

NES Style

Another component system with TailwindCSS but with the addition of NES.css.

npm

storybook

Installing

npm install @mirnax3/nes-style

Basic usage

Importing components in React

import { Button } from '@mirnax3/nes-style'

const NesButton = (props) => <Button {...props} />;

Using Tailwind classes

<NesButton className="w-full p-2 my-2 whitespace-nowrap" />;

Upcoming

  • NES style text component
  • intrinsic HTML attributes to NES components
  • radio input component
  • select input group components

Let me know what you think (if you want).

/@mirnax3/nes-style/

    Package Sidebar

    Install

    npm i @mirnax3/nes-style

    Weekly Downloads

    0

    Version

    0.1.1

    License

    none

    Unpacked Size

    61.1 kB

    Total Files

    78

    Last publish

    Collaborators

    • mirnax3