New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nes-design

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nes-design

Game Style React UI Component Library

bate
latest
npmnpm
Version
0.1.1-beta.0
Version published
Maintainers
1
Created
Source

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

LICENSE

MIT © TCYong

Keywords

react

FAQs

Package last updated on 23 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts