@mirnax3/nes-style
v0.1.1
Published
component system using TailwindCSS and NES.css
Downloads
1
Readme
NES Style
Another component system with TailwindCSS but with the addition of NES.css.
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).