nes-design
TypeScript icon, indicating that this package has built-in type declarations

0.1.1-beta.0 • Public • Published

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

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

Package Sidebar

Install

npm i nes-design

Weekly Downloads

3

Version

0.1.1-beta.0

License

MIT

Unpacked Size

237 kB

Total Files

173

Last publish

Collaborators

  • loo4p