/NES-design

Game-Style React UI Component Library

Primary LanguageTypeScriptMIT LicenseMIT

Installation / more detail

// npm
npm install nes-design
// yarn
yarn add nes-design

Use

Import Styles

// css
@import 'nes.css/css/nes.css';
@import 'nes-design/es/index.css';
// tsx
import 'nes.css/css/nes.css';
import 'nes-design/es/index.css';

Import Component

import { Button } from 'nes-design';

const App = () => (
  <Button type="text" status="primary">
    primary
  </Button>
);

Demo

codesandbox

Browser Support

NES.css is compatible with the newest version of the following browsers:

  • Chrome
  • Firefox

Untested

  • IE/Edge
  • Safari

Related Efforts

LICENSE

MIT © TCYong