# with npm
npm install @dope-js/design
# with yarn
yarn add @dope-js/designHere 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'))DopeJs supports all major modern browsers.
![]() chrome |
![]() firefox |
![]() safari |
![]() IE/Edge |
![]() Electron |
|---|---|---|---|---|
| latest 2 versions | latest 2 versions | latest 2 versions | Edge | latest 2 versions |
DopeJs is MIT Licensed




