0.1.1-beta.0 • Published 3 years ago

nes-design v0.1.1-beta.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Installation / more detail

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

Use

Import Styles

@import 'nes-design/es/index.css';
@import 'nes.css/css/nes.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