@dope-js/eslint-plugin

DopeJs plugin for eslint


License
MIT
Install
npm install @dope-js/eslint-plugin@0.0.11

Documentation

DopeJs

A simple design system and UI library.

NPM LICENSE

🎉 Features

🔥 Install

# with npm
npm install @dope-js/design

# with yarn
yarn add @dope-js/design

👍 Usage

Here is a quick example to get you started, it's all you need:

import React from 'react'
import ReactDOM from 'react-dom'
import { App, Button, Switch } from '@dope-js/design'
const Entry = () => (
  <App>
    <Button type="primary">primary button</Button>
    <Switch size="large" />
  </App>
)
ReactDOM.render(<Entry />, document.querySelector('#root'))

📌 Documentation

👌 Platform Support

DopeJs supports all major modern browsers.

chrome
chrome
firefox
firefox
safari
safari
IE/Edge
IE/Edge
electron
Electron
latest 2 versions latest 2 versions latest 2 versions Edge latest 2 versions

👐 Contributing

🎈 License

DopeJs is MIT Licensed