🎉 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 |
firefox |
safari |
IE/Edge |
Electron |
---|---|---|---|---|
latest 2 versions | latest 2 versions | latest 2 versions | Edge | latest 2 versions |
👐 Contributing
🎈 License
DopeJs is MIT Licensed