0.1.1 • Published 7 months ago

@mirnax3/nes-style v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

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).

0.1.1

7 months ago

0.1.0

7 months ago