npm install fury-ui @emotion/react @emotion/styled
or
yarn add fury-ui @emotion/react @emotion/styled
import React, { Component } from 'react'
import { Button } from 'fury-ui'
class Example extends Component {
render() {
return <Button>Button</Button>
}
}
MIT © subhojit1992