Installation / more detail
// npm
npm install nes-design
// yarn
yarn add nes-design// 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 { Button } from 'nes-design';
const App = () => (
<Button type="text" status="primary">
primary
</Button>
);NES.css is compatible with the newest version of the following browsers:
- Chrome
- Firefox
Untested
- IE/Edge
- Safari
MIT © TCYong